An open API service indexing awesome lists of open source software.

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

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
```