Skip to content

aafiqah/v2

Repository files navigation

Logo

Portfolio Website Version 2

The second iteration of alessajohar.netlify.app built with Gatsby and hosted with Netlify

Previous iterations: Version 1 that 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 and use the correct version of Node using NVM

    nvm install
  2. Install the Gatsby CLI

    npm install -g gatsby-cli

    or update Gatsby CLI

    npm i -g gatsby-cl
  3. Install dependencies

    yarn

    or

    npm install
  4. Start the development server

    gatsby 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

🎨 Color Reference

Color Hex
Dark purple #340034 #340034
Light purple #800080 #800080
Lightest purple #ece7fd #ece7fd
Light Slate #dadeeb #dadeeb
Lightest Slate #ccd6f6 #ccd6f6
White #e6f1ff #e6f1ff
Green #64ffda #64ffda

About

Second iteration of my personal portfolio website built with Gatsby and hosted with Netlify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published