leerob.io
- Framework: Next.js
- Database: PlanetScale
- ORM: Prisma
- Authentication: NextAuth.js
- Deployment: Vercel
- Content: MDX
- Styling: Tailwind CSS
Overview
pages/api/*- API routes powering/dashboard, newsletter subscription, and post views.pages/blog/*- Static pre-rendered blog pages using MDX.pages/dashboard- Personal dashboard containing metrics like sales, views, and subscribers.pages/*- All other static pages.
Running Locally
$ git clone https://github.com/leerob/leerob.io.git
$ cd leerob.io
$ yarn
$ yarn devCreate a .env file similar to .env.example.

