Skip to content

📎📜 The second iteration of my personal website built with Gatsby.JS and deployed on Netlify. Built from the v4 portfolio

License

Notifications You must be signed in to change notification settings

CrazyChickenDev/portfolio-v2

Repository files navigation

Logo

Portfolio-v2

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

Previous iteration: v1

Netlify Status

demo

If you have questions about implementation, please refer to the Gatsby docs. Yes, you can fork this repo. Please give proper credits by linking back to BrittanyChiang also. Thanks!

🛠Installation & Set Up

  1. Install the Gatsby CLI

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

    nvm install
  3. Install dependencies

    yarn install
  4. Start the development server

    yarn start

🚀Building and Running for Production

In addition to the development server started with yarn start, you can also generate a full static production build and serve that to preview the site as it will appear once deployed:

yarn build
yarn serve

🧐What's inside?

A quick look at the top-level files and directories in this project.

.
├── node_modules
├── content
├── public
├── static
├── src
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
├── README.md
└── yarn.lock

🎨Color Reference

Color Hex
Navy #0a192f #0a192f
Light Navy #172a45 #172a45
Lightest Navy #303C55 #303C55
Slate #8892b0 #8892b0
Light Slate #a8b2d1 #a8b2d1
Lightest Slate #ccd6f6 #ccd6f6
White #e6f1ff #e6f1ff
Green #64ffda #64ffda

About

📎📜 The second iteration of my personal website built with Gatsby.JS and deployed on Netlify. Built from the v4 portfolio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published