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: about 1 year 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
```