Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.36 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.36 KB

minasdev.org v1

Dependencies

  • NodeJS
  • NPM
  • Grunt
  • Bower

How to contribute?

  1. Fork this repository
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Development

First install the dependencies using:

npm install && bower install

Start grunt server:

grunt

It will create a local server on port 4000

Structure

public/             // This folder is which will be published
    assets/         // All static files
    index.html      // Root File
sources/            // All sources used for development
    images/         // All images
    libraries/      // All libraries installed with Bower
    scripts/        // All application scripts
    stylus/         // All styles
    gruntfile.js    // All tasks
    minasdev.js     // Server
    bower.json      // Bower configurations
.gitignore
README.md

Development Team

Contributors