src
- Source codelib
- Contains reusable functions and componentsroutes
- Each route has its own folder with a required field+page.svelte
static
- Static filesapp.css
- Global styles (only use when you need them globally, else use style tag in svelte files)app.html
- Main HTML file (only use when you need to add meta tags, else use svelte:head tag in svelte files)app.d.ts
- Typescript definitions
Install pnpm and use latest lts version of Node.js with pnpm env use --global lts
pnpm install
pnpm run dev