/piyushsonar.in

The code that powers https://piyushsonar.in

Primary LanguageTypeScriptMIT LicenseMIT

piyushsonar.in

Netlify Status

This repo contains the source code for piyushsonar.in. It is built using nextjs.

Usage

Prerequisites

yarn

Development

yarn run dev

Then visit http://localhost:3000/ to preview the website.

Static build

To build a static version of the website to the out folder, run:

yarn build

Then run said build with:

yarn start