Personal portfolio site for Brandon Faulkner. The current version is a React/Vite rebuild of the original terminal-style site.
- React + TypeScript
- Vite
- oxlint
- oxfmt
bun install
bun run devVite serves the app at the URL printed in the terminal, usually http://localhost:5173/.
bun run lint
bun run format
bun run buildbun run check runs lint, formatting checks, and the production build.