my homepage
| src | ||
| static | ||
| tests | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.js | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
Homesite
My personal web site, powered by create-svelte.
If you want to test this locally
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Bundling into statics site
To create a static version of this project:
npm run build