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

https://github.com/overminddl1/overbots


https://github.com/overminddl1/overbots

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

This is a tutorial game on how to use `bucklescript-tea`.

Follow the posts at:

### Installation

```shell
git clone https://github.com/OvermindDL1/overbots.git
cd overbots
npm install
npm run build
# or to develop
npm run watch
```
Then open up `release/dev.html` as an example.