Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 625 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 625 Bytes

Jack Treasure

A mobile capable Open Web Game in the endless running platformer genre.

Usage

This project builds on volo js. To get it up and running you need git, node.js, npm (comes bundled with node) and volo installed.

  • git clone github-repo jacktreasure
  • cd jacktreasure
  • npm install (install tools libs)
  • volo install (install project libs)

Use the following volo commands:

  • volo serve (run dev server, for built files add base=www-built)
  • volo build (minify & concatenate js & css files into www-built folder)
  • volo appcache (generate appcache into www-built folder)
  • volo ghdeploy (deploy to GitHub)