Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domain7/dev-wiki
Playing around with using GitHub for a standards resource site for Domain7's Front-End Developers
https://github.com/domain7/dev-wiki
Last synced: 1 day ago
JSON representation
Playing around with using GitHub for a standards resource site for Domain7's Front-End Developers
- Host: GitHub
- URL: https://github.com/domain7/dev-wiki
- Owner: domain7
- Created: 2014-08-12T02:41:27.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-10-18T23:16:30.000Z (about 2 years ago)
- Last Synced: 2024-12-30T12:45:32.145Z (11 days ago)
- Language: CSS
- Homepage: http://domain7.github.io/dev-wiki
- Size: 3.52 MB
- Stars: 7
- Watchers: 19
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Domain 7 Dev Wiki
This is the Domain 7's development team wiki. It can be found [here](http://domain7.github.io/dev-wiki/).# Team
Maintainer:* [Reuben Moes](https://github.com/reubenmoes)
Contributors:
* [Colin Calnan](https://github.com/colincalnan)
* [Jo Flynn](https://github.com/jo-flynn)
* [Lance Janocha](https://github.com/lancejanocha)
* [Igor Barbashin](https://github.com/igorbarbashin)
* [Nicholas Monfils](https://github.com/nmwd)
* [Anna Kviese](https://github.com/annakviese)
* [Jason Au](https://github.com/jasontau)# Setup
To get the Dev Wiki up and running, you will need:* Ruby: you can use [RVM](https://rvm.io/rvm/install) or [rbenv](https://github.com/rbenv/rbenv)
* [Bundler](http://bundler.io/): `gem install bundler`
* [Jekyll](https://jekyllrb.com/): `gem install jekyll`# Run
```
jekyll serve
```Help! Did that command run into errors?
Try ``` bundle exec jekyll serve```# Process
To create a new entry into the wiki, create a feature branch specific to your changes off of the main branch (`git checkout -b feature/my-changes.`)Once your changes are done, create a [Pull Request](https://github.com/domain7/dev-wiki/pulls).
When the pull request is approved and merged, the wiki will update itself on http://domain7.github.io/dev-wiki/