node --version.git clone https://github.com/miles-no/booster2022-gather-your-party-with-svelte.git.npm install.npm run dev -- --open.All tasks are listed in file workshop-tasks.md located in the root of the project.
Both this file and the workshop-tasks file can be viewed on the homepage.
When working with quests there will always be an accompanying solutions file.
If the task is located in my-quest.svelte the solution file will be called my-quest.SOLUTION.svelte.
Use this knowledge at your own discretion, but we HIGHLY recommend not looking at these unless you are out of other options.
npm run clear-data.lang="ts" attribute at the top of the <script> tag.prettier is set up in this project.
You can run it in two different ways:npm run format in the terminal to format all your sourcefiles.To build the application run: npm run build
Create Sandbox.Import Project.https://github.com/miles-no/booster2022-gather-your-party-with-svelte.Import and Fork.