Skip to content

AlexPagnotta/alexpagnotta.dev

Repository files navigation

alexpagnotta.dev

Source code of my personal website alexpagnotta.dev.

Stack

  • Framework: NextJS
  • Styling: Tailwind + CVA
  • Content: Markdown with next-mdx-bundler
  • Hosting: Vercel

Getting started

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.