Skip to content

CKsabari2001/my-portfolio-site

Repository files navigation

Logo

Personal Portfolio Website

The first iteration of https://sabaridev.com built with Gatsby and hosted using Netlify

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 (Use npm 10)

    npm install -g gatsby-cli
  2. Install and use the correct version of Node (18 or 20) using NVM

    nvm install --force
  3. Build using Gatsby

    gatsby build
  4. Start the development server (localhost)

    npm start

🚀 Building and Running for Production (GitHub Pages)

  1. Generate a full static production build

    gatsby build
  2. Push to production

    npm run deploy

🎨 Color Reference

Color Hex
Navy #0f0326 #0f0326
Light Navy #443b56 #443b56
Lightest Navy #6e677c #6e677c
Slate #9892a1 #9892a1
Light Slate #c4c1c9 #c4c1c9
Lightest Slate #e1e0e4 #e1e0e4
White #e6f1ff #e6f1ff
Green #00f59b #00f59b

Releases

No releases published

Packages

No packages published