Skip to content

Commit 85f7155

Browse files
committed
updating README for contributing
1 parent 4642865 commit 85f7155

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# Objectiv Component Library
22

3-
https://objectivco.github.io/component-library/
3+
https://objectivco.github.io/component-library/
4+
5+
## Contributing
6+
Please feel free to contribute to this library.
7+
1. Fork it, first :)
8+
2. Create a feature branch
9+
3. Commit your changes
10+
4. Push to the branch
11+
5. Submit a pull request
12+
13+
## Setting up locally
14+
```
15+
gem install bundler
16+
bundle install
17+
bundle exec jekyll serve -w
18+
```
19+
20+
You will be able to view the site at `http://127.0.0.1:4000/component-library/`

0 commit comments

Comments
 (0)