Rules:
- Seriously? You need the rules of a Minesweeper game explained here?
- install Node.js
- install Bower and Grunt:
npm install -g bower && npm install -g grunt-cli
- open the dictionary of this repository and run:
npm install
bower install
grunt build
If you want to change any JavaScript or CSS codes, run grunt watch
in advance to make the changes work. The grunt
command also starts the watching process.