https://github.com/yusoofsh/mangoleh
https://github.com/yusoofsh/mangoleh
gatsby vercel
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yusoofsh/mangoleh
- Owner: yusoofsh
- License: mit
- Created: 2020-10-12T20:01:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-04T00:24:09.000Z (9 months ago)
- Last Synced: 2025-10-04T02:37:02.966Z (9 months ago)
- Topics: gatsby, vercel
- Language: JavaScript
- Homepage:
- Size: 107 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
๐คน MANGOLEH
The third iteration of yusoofsh.id built with Gatsby and hosted with Cloudflare.
All credit goes to Brittany Chiang for coding up the fourth iteration of her website, which is the base for this website.

## ๐ Installation & Set Up
1. Install dependencies
```sh
yarn install
```
2. Start the development server
```sh
yarn run develop
```
## ๐ Building and Running for Production
1. Generate a full static production build
```sh
yarn run build
```
2. Preview the site as it will appear once deployed
```sh
yarn 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` |