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

https://github.com/zaaack/overbots-re

A Reason version of overbots for learning ReasonML & bucklescript-tea
https://github.com/zaaack/overbots-re

Last synced: about 2 months ago
JSON representation

A Reason version of overbots for learning ReasonML & bucklescript-tea

Awesome Lists containing this project

README

          

# overbots-re

A Reason version for Overminddl1's great tutorial game [overbots](https://github.com/OvermindDL1/overbots).

Follow the posts at:

### Installation

```sh
git clone https://github.com/zaaack/overbots-re.git
cd overbots-re
# npm i -g bs-platform # make sure bs-platform is global installed, this project will using global installed bs-platform
npm install
npm start # webpack + bs-loader!
```
Then open up `http://127.0.0.1:8080` as an example.