This repo contains the source code for piyushsonar.in. It is built using nextjs.
yarn
yarn run dev
Then visit http://localhost:3000/ to preview the website.
To build a static version of the website to the out
folder, run:
yarn build
Then run said build with:
yarn start