Personal Porfolio
crafted with ♥ by Ankur Patil.
Ankur's Developer Portfolio built on NextJS!
This website is built with ♥ on NextJS, statically typed in TypeScript following the best practises in the market.
Install dependencies
$ npm install
Building
$ npm run build
Start the development server
$ npm run dev
Use ESLint to check all files
$ npm run lint
Format the code using Prettier
$ npm run format
Feel free to clone and make your own portoflio :)