my homepage
Find a file
2022-05-09 22:18:58 +03:00
src Umami telemetry config 2022-05-09 22:18:58 +03:00
static Static site generation 2022-03-17 19:41:23 +02:00
tests Svelte demo app template project 2022-03-10 22:08:33 +02:00
.eslintrc.cjs Svelte demo app template project 2022-03-10 22:08:33 +02:00
.gitignore Svelte demo app template project 2022-03-10 22:08:33 +02:00
.npmrc Svelte demo app template project 2022-03-10 22:08:33 +02:00
.prettierrc Svelte demo app template project 2022-03-10 22:08:33 +02:00
package-lock.json Umami telemetry config 2022-05-09 22:18:58 +03:00
package.json Umami telemetry config 2022-05-09 22:18:58 +03:00
playwright.config.js Svelte demo app template project 2022-03-10 22:08:33 +02:00
README.md Umami telemetry config 2022-05-09 22:18:58 +03:00
svelte.config.js Static site generation 2022-03-17 19:41:23 +02:00
tsconfig.json Svelte demo app template project 2022-03-10 22:08:33 +02:00

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