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/nextportfolio
Go to the project directory
cd nextportfolio
Install dependencies
npm install
Start the development server
npm run dev
Create a production build
npm run build
Run the production server
npm start