Math game - http://phoenixjsmeetup.github.io/mathbeast/
We are currently working on our fourth MVP.
Feel free to clone the game and look at our wiki and the issue queue to make any contributions.
Instructions to get set-up:
- Make sure you have these installed
- Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)
git clone https://github.com/PhoenixJSMeetup/mathbeast.git - CD to the folder
cd mathbeast - Run
npm installin terminal to install the project dependencies
To compile LESS gulp less
To run browser sync gulp serve
For more help setting up a comprehensive Gulp.js workflow, check out Web Project Workflows with Gulp.js, Git, and Browserify.
For more instructions see CONTRIBUTING.md