https://github.com/mosespace/gatsby-website
Personal portfolio website built with Gatsby but (originally design by Brittany Chiang)
https://github.com/mosespace/gatsby-website
gatsby gatsby-site gatsby-starter gatsby-theme gatsbyjs
Last synced: 5 months ago
JSON representation
Personal portfolio website built with Gatsby but (originally design by Brittany Chiang)
- Host: GitHub
- URL: https://github.com/mosespace/gatsby-website
- Owner: mosespace
- License: mit
- Created: 2023-03-18T03:51:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T20:53:39.000Z (over 2 years ago)
- Last Synced: 2025-02-23T04:28:20.823Z (5 months ago)
- Topics: gatsby, gatsby-site, gatsby-starter, gatsby-theme, gatsbyjs
- Language: JavaScript
- Homepage:
- Size: 27.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
unclemoses.vercel.app - v2
This is my personal portfolio website hosted here built with built with Gatsby and hosted with Vercel.
Previous iterations:
v1.




## 🚨 Forking this repo (please read!)
Many people have contacteds me asking me if they can use this code for their own website, and the answer to that question is usually **yes, with attribution**.
> ### TL;DR
>
> Yes, you can fork this repo. Please give thw author credit by linking back to [brittanychiang.com](https://brittanychiang.com). Thanks!## 🛠Installation & Set Up
1. Install the Gatsby CLI
```sh
npm install -g gatsby-cli
```2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)
```sh
nvm install
```3. Install dependencies
```sh
yarn
```4. Start the development server
```sh
npm start
```## 🚀 Building and Running for Production
1. Generate a full static production9(s) build
```sh
npm run build
```1. Preview the site as it will appear once deployed
```sh
npm run serve
```## 🎨 Color Reference
| Color | Hex |
| -------------- | ------------------------------------------------------------------ |
| Navy |  `#0a192f` |
| Light Navy |  `#112240` |
| Lightest Navy |  `#233554` |
| Slate |  `#8892b0` |
| Light Slate |  `#a8b2d1` |
| Lightest Slate |  `#ccd6f6` |
| White |  `#e6f1ff` |
| Green |  `#64ffda` |## 📊 Current Google Lighthouse Performance Metrics!
