A game to teach you asynchronous Javascript!
Check it out at http://boomsync.surge.sh/!
Please open an issue for support.
Call npm run build
to build, and use surge to deploy.
surge ./build
Note that in order to support routers that use HTML5 pushState API, you may want to rename the index.html in your build folder to 200.html before deploying to Surge. This ensures that every URL falls back to that file.
Please contribute (add a level?) using Github Flow. Create a branch, add commits, and open a pull request.