We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4642865 commit 85f7155Copy full SHA for 85f7155
README.md
@@ -1,3 +1,20 @@
1
# Objectiv Component Library
2
3
-https://objectivco.github.io/component-library/
+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