Skip to content

piyushchandra357/piyushchandra357.github.io

Repository files navigation

Logo

Portfolio Website - v3

The first iteration of https://piyushchandra357.github.io built with Gatsby and hosted with GitHub Pages

demo

TL;DR

Yes, you can fork this repo. Please give proper credit by linking back to brittanychiang.com. Thanks!

🛠 Installation & Set Up

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Install and use the correct version of Node using NVM

    nvm install
  3. Install dependencies

    yarn
  4. Start the development server

    npm run develop

🚀 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. Build & Deployment to GitHub. Automatically creates a master branch for deployment.

    gatsby build && gh-pages -d public -b master

Note: You need to have Git installed on your machine and also need to authorize it after running this command for deployment


🎨 Color Reference

Color Hex
Dark Navy #040c17
Navy #0c1728
Light Navy #142036
Lightest Navy #253248
Slate #cbc0ae
Light Slate #c7d6e5
Lightest Slate #dbf2ff
White #e8ffff
Green #8dfff5

Releases

No releases published

Packages

No packages published