Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rescript-association/reasonml.org

Deprecated in favor of rescript-lang.org
https://github.com/rescript-association/reasonml.org

Last synced: about 2 months ago
JSON representation

Deprecated in favor of rescript-lang.org

Awesome Lists containing this project

README

        

# reasonml.org (deprecated)

This project has moved to [rescript-lang.org](https://rescript-lang.org).
You can find the repository [here](https://github.com/reason-association/rescript-lang.org).

This page will forward all relevant links to the correct canonical source.
You can find all redirects in the `next.config.js` file (in case you want to fix a broken link).

## Setup

```
yarn

# Initial build
yarn bs:build

yarn dev

# Open localhost:3000
```

In case you want to run BuckleScript in watchmode:

```
yarn run bs:start
```