https://github.com/overminddl1/overbots
https://github.com/overminddl1/overbots
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/overminddl1/overbots
- Owner: OvermindDL1
- Created: 2017-05-13T22:36:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T14:28:05.000Z (about 9 years ago)
- Last Synced: 2025-03-24T06:51:52.871Z (over 1 year ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.