886 B
886 B
Getting Started
- Install dependencies
- Git (http://git-scm.com)
- Grunt (http://gruntjs.com)
- Node.js (http://nodejs.org)
- NPM (http://npmjs.org)
- Sass (http://sass-lang.com)
-
Clone repository
$ git clone git@github.com:milligram/milligram.git $ cd milligram
-
Install node dependencies using npm
$ npm install
-
Run
$ npm start
Contributing
Help improve these docs. Open an issue or submit a pull request.
- Navigate to the main page of the repository
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -m 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request =D