A simple personal website about Pawan Jha.
To clone and run this application, you'll need Git and Node.js. From your command line:
# Clone this repository
$ git clone https://github.com/Pjha72/pawan-portfolio
# Go into the repository
$ cd pawan-portfolio
# Install dependencies
$ yarn install
# Run the app
$ yarn dev