22 lines
516 B
Markdown
22 lines
516 B
Markdown
# Homesite
|
|
|
|
My personal web site, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/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:
|
|
|
|
```bash
|
|
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:
|
|
|
|
```bash
|
|
npm run build
|
|
```
|