Skip to content

My future portfolio, redesigned with NEXTjs and beautiful visuals!

License

Notifications You must be signed in to change notification settings

leomet07/nextportfolio

Repository files navigation

Lenny's (new) NEXTjs portfolio

My portfolio website, redesigned with NEXTjs.

Production

lennym.dev

Tech Stack

Site: NextJS

Hosting: Vercel

Analytics: Umami

Why? Because Google Analytics should be (and in some places is) illegal.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGODB_URI

Run Locally

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