node --version
.git clone [email protected]:miles-no/gather-your-party-with-svelte.git
or git clone https://github.com/miles-no/gather-your-party-with-svelte.git
.npm install
.npm run dev -- --open
(or npm run dev
to run without
opening a new window).All tasks are listed in the file workshop-tasks.md
located at the root of the project.
Both this readme file and the workshop-tasks
(as Quests) file can be viewed in the local app.
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
(or
SOLUTION.+page.svelte
for a route, and my-quest.SOLUTION
for a route folder).
Use this knowledge at your own discretion, but we 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 in components, and strip out any TypeScript types in the
file.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
.Import from GitHub
.https://github.com/miles-no/gather-your-party-with-svelte.git
.Import and Fork
.