personal-website/README.md

21 lines
358 B
Markdown
Raw Normal View History

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