d32714c Show on GitHub
- Author: Robin
- Date: 5/6/2025, 8:13:57 AM
- Message: chore: Initialised SvelteKit project 🎉
- Stats: 4072 total changes (+3940 / -132)
Changed Files
.gitignore— +18 / -131 (149 changes).npmrc— +1 / -0 (1 changes).prettierignore— +6 / -0 (6 changes).prettierrc— +15 / -0 (15 changes)README.md— +38 / -1 (39 changes)eslint.config.js— +26 / -0 (26 changes)jsconfig.json— +13 / -0 (13 changes)package-lock.json— +3768 / -0 (3768 changes)package.json— +29 / -0 (29 changes)src/app.html— +12 / -0 (12 changes)src/lib/index.js— +1 / -0 (1 changes)src/routes/+page.svelte— +2 / -0 (2 changes)static/favicon.png— +0 / -0 (0 changes)svelte.config.js— +5 / -0 (5 changes)vite.config.js— +6 / -0 (6 changes)