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