Personal website which runs at https://nyv.lt
Find a file
2024-11-25 10:23:35 +01:00
.codesandbox Init 2023-09-14 12:35:05 +02:00
.vscode Init 2023-09-14 12:35:05 +02:00
public Remove google fonts 2024-01-08 17:13:58 +01:00
src Update content 2024-11-25 10:23:35 +01:00
.editorconfig Add editorconfig 2023-09-28 20:18:14 +02:00
.gitignore Init 2023-09-14 12:35:05 +02:00
astro.config.mjs Init 2023-09-14 12:35:05 +02:00
bun.lockb Init 2023-09-14 12:35:05 +02:00
package.json Init 2023-09-14 12:35:05 +02:00
README.md Update readme 2023-09-14 13:06:23 +02:00
tsconfig.json Init 2023-09-14 12:35:05 +02:00

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