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

https://github.com/typeofweb/reason-snake


https://github.com/typeofweb/reason-snake

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Reason Snake

### Live: https://mmiszy.github.io/reason-snake/

(Based on https://github.com/bsansouci/reprocessing-example)

1. Run `yarn`
2. Run `yarn build`
3. Run `yarn start`

Alternatively, you can run the browser version:

1. Run `yarn`
2. Run `yarn build:web`
3. Run `yarn start:web`
4. In another terminal run `./node_modules/.bin/webpack-dev-server`

Open `src/Exercises.re`.