This is the source for www.svelper.com which is a for free, for fun project. I build this to learn more about Svelte and SvelteKit as well as have a collection of things I find useful when developing but always have to look up everytime I create a new project 😅.
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
To create a production version of your app:
npm run build
You can preview the production build with npm run preview.
ress.css - A modern css reset
Prism - Online syntax highlighting
SvelteKit - Easy way to create new projects