A simple personal website about Swapnoneel Saha.
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/Swpn0neel/swapnoneel-portfolio
# Go into the repository
$ cd swapnoneel-portfolio
# Install dependencies
$ yarn install
# Run the app
$ yarn dev