A personal website build in React 19 using the TanStack Start framework.
This project uses Bun for package management. See their repository for installation instructions
bun install
cp .env.sample .envRun dev server:
bun devBuild production output:
bun run buildMust be bun run to override bun's builder
Preview build:
bun previewThis project uses vitest for unit tests. To run unit tests:
bun run test Must be bun run to override bun's test runner
This project uses Biome for linting and formatting. To run biome:
bun format
bun lint