Minimal static SvelteKit set-up made deployable to GitHub Pages. Based on sveltekit-gh-pages
- PostCSS framework provided by TailwindCSS
- Icons from the Svelte Icons Pack
- Markdown files processed with mdsvex
npm installnpm run devAnd visit your local copy at https://localhost:5173
npm run buildYou can also test the built website with
npm run previewAnd preview your built site at https://localhost:5174