Skip to content

rushilp1/rushilp1.github.io

Repository files navigation

Logo

My Portfolio

Demo

This is the first iteration of my portfolio website, built with Gatsby, and hosted with GitHub Pages.

🛠 Installation & Set Up

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Install the GitHub Pages package

    npm install gh-pages
  3. Install and use the correct version of Node using NVM

    nvm install

Note

Use Node v16 to ensure that everything works (and builds) smoothly!

  1. Install dependencies

    yarn
  2. Start the development server

    npm start

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve
  3. Deploy the site to GitHub

    npm run deploy

This repository was originally cloned from Brittany Chiang's portfolio repository. To know more about the forking and accreditation rules, check out her repository.

Releases

No releases published

Packages

No packages published