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
- Host: GitHub
- URL: https://github.com/codebycorey/codebycorey.com
- Owner: codebycorey
- Created: 2020-07-04T01:05:37.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2026-02-06T04:42:51.000Z (4 months ago)
- Last Synced: 2026-02-06T13:40:11.375Z (4 months ago)
- Topics: mdx, nextjs, reactjs, supabase, tailwindcss, typescript
- Language: MDX
- Homepage: https://codebycorey.com
- Size: 9.38 MB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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