- Install
nodejs
. - Run
npm install
to install all dependencies. - Run
gulp
to build project intocleancodegame.github.io
directory.
Run any static server in cleancodegame.github.io
directory as a root.
For example, for python 2 run:
python -m SimpleHTTPServer 8000
For python 3 run:
python -m http.server 8000
For score open http://localhost:8000/scoreboard.html