My personal portfolio
- Framework: Next.js
- Database: PlanetScale
- ORM: Prisma
- Deployment: Vercel
- Content: MDX
- Styling: Tailwind CSS
data/*- MDX data that is used for projects and blog posts.layouts/*- The different page layouts each MDX category uses.utils/*- A collection of helpful utilities or code for external services.pages/api/*- API routes powering post views.pages/projects- Personal projects.pages/*- All other static pages.prisma/*- My Prisma schema, which uses a AWS PostgreSQL Database.public/*- Static assets including fonts and images.styles/*- A small amount of global styles. I'm mostly using vanilla Tailwind CSS.
$ git clone https://github.com/Lukapetro/lukapetro.io
$ cd lukapetro.io
$ yarn
$ yarn devCreate a .env file similar to .env.example.
Please review the license.