Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```