Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 578 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 578 Bytes


The source code of the Codemotion stand quiz by openmind.
Built in ReasomML, Reason-React and Stylus.

Getting started

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!

License

Apache 2.0