Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 487 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 487 Bytes

This is my personal portfolio page created in Next.js project bootstrapped with create-next-app.

Getting Started

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.