Conway's Game of life implemented in rescript.
Use the package manager yarn to install. Make sure you have bsb-platform installed globally.
yarn global add bsb-platform
yarn install
Compile your Rescript files in one terminal.
yarn start:re
Finally, start your React app.
yarn start:cra
Heavily inspired by this wonderful repo with a lot of help from here.