From 0854d4991753bc65ffda9f753ef44deaddddf897 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Fri, 8 Jan 2016 02:57:00 -0300 Subject: [PATCH] update contributing --- contributing.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index a49ab86..b8c7d3b 100644 --- a/contributing.md +++ b/contributing.md @@ -1,3 +1,32 @@ +## Getting Started + +1. Install dependencies + + * Git () + * Grunt () + * Node.js () + * NPM () + * Sass () + +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 + ``` + ## Contributing Help improve these docs. Open an [issue](https://github.com/milligram/milligram/issues/new) or submit a pull request. @@ -7,4 +36,4 @@ Help improve these docs. Open an [issue](https://github.com/milligram/milligram/ - 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 \ No newline at end of file +- Submit a pull request =D