A compilation of materials to learn JavaScript and make HTML5 games. You can also find it online.
This project uses Node and npm scripts to build and perform some tasks. You will need to have both Node and npm installed in your system.
-
Install third-party dependencies
npm install
-
Build the HTML ebooks in all available languages with:
npm run build
You can clean up the files generated by the build process with:
npm run clean
You can publish the HTML ebooks via Github Pages with:
npm run deploy