Source code of my personal website alexpagnotta.dev.
- Framework: NextJS
- Styling: Tailwind + CVA
- Content: Markdown with next-mdx-bundler
- Hosting: Vercel
Execute the following commands to start the project:
npm install
npm run dev
You will need a .env
file on the root of the project, you can create one based on the .env.example
file.