personal-website/README.md
2023-09-14 13:06:23 +02:00

20 lines
358 B
Markdown

# Personal website at nyv.lt
Website is written in Astro framework. See [documentation](https://docs.astro.build).
## Development
Install dependencies and start development server:
```
npm i
npm run dev
```
## Installation
Run the following to create a production build. Copy produced files in `/dist` to the root of your server.
```
npm run buld
```