veikko.lintujarvi.fi/README.md
2022-05-09 22:18:58 +03:00

516 B

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