https://github.com/baransu/rely-playground
reason-native/rely playground
https://github.com/baransu/rely-playground
reason reasonml rely
Last synced: about 1 year ago
JSON representation
reason-native/rely playground
- Host: GitHub
- URL: https://github.com/baransu/rely-playground
- Owner: baransu
- Created: 2019-04-17T22:42:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T22:43:20.000Z (about 7 years ago)
- Last Synced: 2025-03-26T02:28:13.225Z (about 1 year ago)
- Topics: reason, reasonml, rely
- Language: OCaml
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rely_playground
## Developing:
```
npm install -g esy
git clone https://github.com/baransu/rely-playground
esy install
esy build
```
## Running Tests:
```
# Runs the "test" command in `package.json`.
esy test
```