https://github.com/sinzek/cbrockdotdev
My personal website
https://github.com/sinzek/cbrockdotdev
personal-website portfolio projects-list
Last synced: 11 days ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/sinzek/cbrockdotdev
- Owner: sinzek
- Created: 2025-06-19T08:56:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-31T00:25:09.000Z (3 months ago)
- Last Synced: 2026-06-19T18:37:23.187Z (11 days ago)
- Topics: personal-website, portfolio, projects-list
- Language: TypeScript
- Homepage: https://cbrock.dev
- Size: 11.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cbrock.dev
⚠️ still very WIP! ⚠️
welcome to my personal portfolio website!
this site is where i showcase my projects, write about what i'm learning, and more.
> **live site:** [cbrock.dev](https://cbrock.dev)
---
## tech stack
- **frontend & api**: [Next.js](https://nextjs.org/) + [TypeScript](https://www.typescriptlang.org/)
- **styling**: [Tailwind CSS](https://tailwindcss.com/)
- **db**: [Supabase](https://supabase.com/)
- **deployment**: [Vercel](https://vercel.com/)
---
## development setup
clone the repo and install dependencies:
```bash
git clone https://github.com/sinzek/cbrockdotdev.git
cd cbrockdotdev
npm install
# or yarn / pnpm install
```