https://github.com/jonaskello/conway-reason
Conway's game of life in reasonml.
https://github.com/jonaskello/conway-reason
Last synced: about 1 year ago
JSON representation
Conway's game of life in reasonml.
- Host: GitHub
- URL: https://github.com/jonaskello/conway-reason
- Owner: jonaskello
- Created: 2017-09-13T09:49:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T09:49:37.000Z (over 8 years ago)
- Last Synced: 2024-10-06T02:20:18.560Z (over 1 year ago)
- Language: OCaml
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Reason Template
Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).
# Build
```
npm run build
```
# Build + Watch
```
npm run watch
```
# Editor
If you use `vscode`, Press `Windows + Shift + B` it will build automatically