-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
494e224
commit 67533b3
Showing
1 changed file
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
# Project dependencies | ||
# Guidelines to contribute | ||
|
||
## Project dependencies | ||
* [Node](https://nodejs.org/en/download/) | ||
* [Bower](https://bower.io/#install-bower) | ||
* [Gulp](http://gulpjs.com/) | ||
|
||
# Guidelines to contribute | ||
|
||
## Contribute | ||
1. Fork it! | ||
1. `git checkout develop` | ||
1. Go to folder `accessibility-buttons` | ||
1. Run `npm install` | ||
1. `cd dist` | ||
1. `bower install` | ||
1. `cd ../` | ||
1. To development run `gulp --compile` | ||
1. To develop run `gulp --compile` | ||
1. Create your feature branch: `git checkout -b my-new-feature` | ||
1. Develop in `src` folder | ||
1. Commit your changes: `git commit -m 'Add some feature'` | ||
1. Submit a pull request :D | ||
1. Push to the branch: `git push origin my-new-feature` | ||
1. Submit a pull request :D |