Personal Portfolio build in NextJs
This is a personal portfolio build in NextJs. It is a static site that is hosted on Vercel.
To get a local copy up and running follow these simple example steps.
- NodeJs
- NPM
- Reactjs
npm run install or npm i
npm run dev
npm run build
npm run start