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

358 B

Personal website at nyv.lt

Website is written in Astro framework. See documentation.

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