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

https://github.com/codebycorey/codebycorey.com

This is my personal website. It is written using Next.js, MDX, Tailwind CSS, Supabase, and Typescript
https://github.com/codebycorey/codebycorey.com

mdx nextjs reactjs supabase tailwindcss typescript

Last synced: 4 months ago
JSON representation

This is my personal website. It is written using Next.js, MDX, Tailwind CSS, Supabase, and Typescript

Awesome Lists containing this project

README

          

# codebycorey.com

My portfolio website where I spend a lot of my time learning, experimenting, and building.

## Built Using

- **Framework**: [Next.js](https://nextjs.org/)
- **CMS**: [MDX](https://github.com/mdx-js/mdx)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **Database**: [Supabase](https://supabase.io/)
- **Analytics**: [Fathom Analytics](https://link.codebycorey.com/fathom)

## Running Locally

This application written using Node.js v20+.

```bash
git clone git@github.com:codebycorey/codebycorey.com.git
cd codebycorey.com
pnpn install
cp .env.example .env.local
pnpn dev
```

Fill in `.env.local` with your API keys