This project is based on Svelte 5, SvelteKit, Vite, Bootstrap and sapper-blog-template.
npm install
npm run devroot
├ data # Content of website (yaml, md, etc..)
├ src
│ ├ components # Shared Svelte components
│ ├ routes # SvelteKit routes (+page.svelte, etc..)
│ ├ utils # SCSS and JS utilities
│ └ app.html # Main HTML template
├ static # Static assets (images, fonts, etc..)
├ svelte.config.js # SvelteKit configuration
├ vite.config.js # Vite configuration
└ package.json # NPM configurationThe majority of time, you may work with data, src/components, and src/routes.