Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 456 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 456 Bytes

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.