This is my personal portfolio page created in Next.js project bootstrapped with create-next-app
.
For correctly run my app you must connect to MongoDB database, and create MONGO_DV env variable in .env file.
After that run server with:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.