Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 895 Bytes

contributing.md

File metadata and controls

39 lines (28 loc) · 895 Bytes

Getting Started

  1. Install dependencies
  1. Clone repository

    $ git clone [email protected]:milligram/milligram-scss.git
    $ cd milligram-scss
  2. Install node dependencies using npm

    $ npm install
  3. 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