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.gitinstall dependencies
npm irun the BuckleScript compiler
npm run startnow in another tab, run the webpack compilation
npm run webpacknow you can open the development HTML page:
open ./build/index.htmlhappy coding!
