Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baransu/rely-playground
reason-native/rely playground
https://github.com/baransu/rely-playground
reason reasonml rely
Last synced: 20 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T22:43:20.000Z (over 5 years ago)
- Last Synced: 2024-12-19T09:14:43.368Z (21 days ago)
- Topics: reason, reasonml, rely
- Language: OCaml
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- 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
```