1
0
Fork 0
Public codebase for https://nathanos.dev.
Find a file
2025-11-30 23:23:01 +01:00
.vscode feat: minor design improvements 2025-11-25 14:23:32 +01:00
client feat: add link to mastodon profile 2025-11-30 23:23:01 +01:00
.editorconfig feat: initial commit 2025-11-25 00:02:55 +01:00
.gitignore feat: initial commit 2025-11-25 00:02:55 +01:00
.prettierignore feat: initial commit 2025-11-25 00:02:55 +01:00
.prettierrc feat: initial commit 2025-11-25 00:02:55 +01:00
astro.config.mjs feat: add build config for caddy compatibility 2025-11-25 19:59:32 +01:00
bun.lock feat: add solid-js support and migrate astro components to solid-js 2025-11-25 13:52:16 +01:00
package.json feat: add solid-js support and migrate astro components to solid-js 2025-11-25 13:52:16 +01:00
README.md feat: add outbound link click tracking 2025-11-27 14:23:14 +01:00
tsconfig.json feat: add solid-js support and migrate astro components to solid-js 2025-11-25 13:52:16 +01:00

NathanosDev

This repository contains the source code for the nathanos.dev website.

Setup

Commands

Install dependencies:

bun i

Start app:

bun start

Build app:

bun run build