Public codebase for https://nathanos.dev.
| .vscode | ||
| client | ||
| .editorconfig | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| astro.config.mjs | ||
| bun.lock | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
NathanosDev
This repository contains the source code for the nathanos.dev website.
Setup
- Install bun.
Commands
Install dependencies:
bun i
Start app:
bun start
Build app:
bun run build