Skip to content

lurimendes/minasdev.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 83.3%
  • JavaScript 16.7%