Skip to content

Saakshaat/saakshaat.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

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.

Homepage

How to Run

  • 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