Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 807 Bytes

README.md

File metadata and controls

61 lines (37 loc) · 807 Bytes

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