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

https://github.com/srph/srph.github.io

A personal GH page
https://github.com/srph/srph.github.io

Last synced: about 2 months ago
JSON representation

A personal GH page

Awesome Lists containing this project

README

          

## o
Website with swag. [Original repo](https://github.com/srph/o).

![preview](preview.png)

### Running
```bash
npm install
```

For development:
```bash
make watch
open index.html
```

For deployment (applies autoprefixer and minifies stylesheet):
```bash
make && open.index.html
```