https://github.com/matthewbub/mattbub.com
hand rolled like a good taquito
https://github.com/matthewbub/mattbub.com
docker go self-hosted sqlite3 ubuntu vite
Last synced: 2 months ago
JSON representation
hand rolled like a good taquito
- Host: GitHub
- URL: https://github.com/matthewbub/mattbub.com
- Owner: matthewbub
- Created: 2025-05-31T04:42:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-25T08:02:37.000Z (3 months ago)
- Last Synced: 2026-03-26T09:50:03.962Z (3 months ago)
- Topics: docker, go, self-hosted, sqlite3, ubuntu, vite
- Language: TypeScript
- Homepage: https://mattbub.com
- Size: 21 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# mattbub.com
Frontend-only site powered by React + Vite + TanStack Router.
## Local dev
- Install deps: `pnpm install`
- Start dev server: `pnpm run dev`
## Build
- Production build: `pnpm run build`
- Preview build: `pnpm run preview`
## Deployment
This project is static and can be deployed to static hosts like GitHub Pages, Cloudflare Pages, Netlify, or Vercel static output.