Personal website which runs at https://nyv.lt
.codesandbox | ||
.vscode | ||
public | ||
src | ||
.editorconfig | ||
.gitignore | ||
astro.config.mjs | ||
bun.lockb | ||
package.json | ||
README.md | ||
tsconfig.json |
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