It does stuff
- Install Ruby
- Install Sass and Compass via gem:
gem install sass compass
- Install node
- Install Grunt and Bower via npm:
npm install -g grunt-cli bower
- Install msysgit
- Clone the repository:
git clone https://github.com/amitport/CardsForest.git <your-project-path>
- Install node dependencies:
<your-project-path>/npm install
- Install bower dependencies:
<your-project-path>/bower install
- sources: resources that need to be compiled
- generated: the compiled sources
- static: resources that do no need to be compiled
- experiments: small static pages that demonstrate simple capabilities
- external_components, node_modules: external components and node modules...
- Gruntfile.js: project build specification
- .editorconfig: general text editors configuration
- .bowerrc, bower.json: bower configuration
- package.json: node configuration
- .gitattributes, .gitignore: git configuration
- .project: eclipse configuration
- README.md: this file