My portfolio website, redesigned with NEXTjs.
Site: NextJS
Hosting: Vercel
Analytics: Umami
Why? Because Google Analytics should be (and in some places is) illegal.
To run this project, you will need to add the following environment variables to your .env file
MONGODB_URI
Clone the project
git clone https://github.com/leomet07/nextportfolioGo to the project directory
cd nextportfolioInstall dependencies
npm installStart the development server
npm run devCreate a production build
npm run buildRun the production server
npm start