This is the third iteration of my portfolio.
I've made use of Next.js which is a production grade React framework.
This app leverages Next's SSR capabilities to statically fetch and render all its data. Everything from What I'm Doing to Projects and the Skill chips are fetched from JSON files and pre-rendered.
- Clone this repo
cd $path_to_dir
git clone https://github.com/Saakshaat/saakshaat.github.io/
- Install required dependencies
cd saakshaat.github.io
yarn install
- Serve on localhost
yarn dev