veikko.lintujarvi.fi/README.md

23 lines
516 B
Markdown
Raw Permalink Normal View History

2022-05-09 22:18:58 +03:00
# Homesite
2022-03-10 22:08:33 +02:00
2022-05-09 22:18:58 +03:00
My personal web site, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
2022-03-10 22:08:33 +02:00
2022-05-09 22:18:58 +03:00
## If you want to test this locally
2022-03-10 22:08:33 +02:00
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
2022-05-09 22:18:58 +03:00
## Bundling into statics site
2022-03-10 22:08:33 +02:00
2022-05-09 22:18:58 +03:00
To create a static version of this project:
2022-03-10 22:08:33 +02:00
```bash
npm run build
```