The source code of the Codemotion stand quiz by openmind.
Built in ReasomML, Reason-React and Stylus.
Just clone this repository
git clone git@github.com:openmindlab/codemotion-game.git
install dependencies
npm i
run the BuckleScript compiler
npm run start
now in another tab, run the webpack compilation
npm run webpack
now you can open the development HTML page:
open ./build/index.html
happy coding!