An open API service indexing awesome lists of open source software.

https://github.com/yusoofsh/mangoleh


https://github.com/yusoofsh/mangoleh

gatsby vercel

Last synced: 4 months ago
JSON representation

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.

![Demo](/src/images/demo.png)

## ๐Ÿ›  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](https://via.placeholder.com/10/0a192f?text=+) `#0a192f` |
| Light Navy | ![#112240](https://via.placeholder.com/10/0a192f?text=+) `#112240` |
| Lightest Navy | ![#233554](https://via.placeholder.com/10/303C55?text=+) `#233554` |
| Slate | ![#8892b0](https://via.placeholder.com/10/8892b0?text=+) `#8892b0` |
| Light Slate | ![#a8b2d1](https://via.placeholder.com/10/a8b2d1?text=+) `#a8b2d1` |
| Lightest Slate | ![#ccd6f6](https://via.placeholder.com/10/ccd6f6?text=+) `#ccd6f6` |
| White | ![#e6f1ff](https://via.placeholder.com/10/e6f1ff?text=+) `#e6f1ff` |
| Green | ![#64ffda](https://via.placeholder.com/10/64ffda?text=+) `#64ffda` |