Personal website of Tiff Fehr, built with SvelteKit as a static site.
Install dependencies:
npm installStart the development server:
npm run devBuild the static site:
npm run buildPreview the built site:
npm run previewDeploy to GitHub Pages:
npm run deployRun tests:
npm testRun tests in watch mode:
npm run test:watchRun tests with UI:
npm run test:uiFormat code:
npm run formatLint code:
npm run lintType check:
npm run checksrc/- Source coderoutes/- SvelteKit routes (file-based routing)lib/- Reusable components and utilitiesapp.html- HTML templateapp.scss- Global stylestheme.scss- Theme variables and base styles
static/- Static assetsstorage/- Legacy content (preserved from previous site)build/- Built site (generated)
Content and code by Tiff Fehr.