https://github.com/typeofweb/reason-snake
https://github.com/typeofweb/reason-snake
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/typeofweb/reason-snake
- Owner: typeofweb
- Created: 2019-06-19T18:28:40.000Z (almost 7 years ago)
- Default Branch: workshops
- Last Pushed: 2023-01-07T08:01:23.000Z (about 3 years ago)
- Last Synced: 2025-02-13T20:14:56.342Z (about 1 year ago)
- Language: OCaml
- Homepage: https://mmiszy.github.io/reason-snake/
- Size: 1.21 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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`.