Skip to content

amitport/CardsForest

Repository files navigation

CardsForest

It does stuff

Installation

  • 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

Directories:

  • 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...

Files:

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published