Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.38 KB

My personal website, built with Next.js, Tailwind CSS, Contentlayer and deployed to Vercel.


Deploy with Vercel

Running Locally

git clone https://github.com/davidemarcoli/nextjs-portfolio.git
cd nextjs-portfolio

Create a .env file similar to .env.example.

Then install dependencies and run the development server:

pnpm install
pnpm dev