2016-01-08 05:57:00 +00:00
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
1. 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>)
|
|
|
|
|
|
|
|
1. Clone repository
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ git clone git@github.com:milligram/milligram.git
|
|
|
|
$ cd milligram
|
|
|
|
```
|
|
|
|
|
|
|
|
1. Install node dependencies using npm
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ npm install
|
|
|
|
```
|
|
|
|
|
|
|
|
1. Run
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ npm start
|
|
|
|
```
|
|
|
|
|
2016-01-06 05:18:47 +00:00
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Help improve these docs. Open an [issue](https://github.com/milligram/milligram/issues/new) or submit a pull request.
|
|
|
|
|
|
|
|
- Navigate to the main page of the repository
|
|
|
|
- [Fork it!](https://github.com/milligram/milligram#fork-destination-box)
|
|
|
|
- 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
|
2016-01-08 05:57:00 +00:00
|
|
|
- Submit a pull request =D
|