Skip to content

lennoncc/Personal-Site

 
 

Repository files navigation

Logo

lennoncc.dev - v1

A personal website forked from brittanychiang.com built with Gatsby and hosted with Vercel

demo

🛠 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

    yarn start

🚀 Building and Running for Production

  1. Generate a full static production build

    yarn build

🎨 Color Reference

Color Hex
Black #141414 #141414
Gray #191919 #191919
Light Gray #333333 #333333
Slate #8892b0 #8892b0
Light Slate #a8b2d1 #a8b2d1
Lightest Slate #ccd6f6 #ccd6f6
White #e6f1ff #e6f1ff
Yellow #ece673 #ece673

About

Personal Site built based off Brittany Chiang's site!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%