Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 390 Bytes

SvelteKit Demo

Our experiments with SvelteKit. Cool things you can implement with SvelteKit and how to implement them.

Developing

pnpm install # or npm install, if you prefer
npm run dev -- --open

More Info

More info about what the app can do are in the index.md page and about.md page. Also entire source code is worth a read to see how we are doing all this.