1
0
mirror of https://github.com/bitwarden/help synced 2026-01-08 19:43:13 +00:00
Files
help/README.md
Peter 283c40d5fa Add Jekyll build and run instructions (#11)
* Add Jekyll build and run instructions

* Add Ruby and links for each requirement
2017-05-16 17:33:24 -04:00

22 lines
676 B
Markdown

[![Join the chat at https://gitter.im/bitwarden/Lobby](https://badges.gitter.im/bitwarden/Lobby.svg)](https://gitter.im/bitwarden/Lobby)
# bitwarden Help Center
The bitwarden help center project is written using Jekyll, which is hosted/deployed to a GitHub pages branch ([https://help.bitwarden.com/](https://help.bitwarden.com/)).
# Build/Run
**Requirements**
- [Pug (Ruby)](https://www.ruby-lang.org/en/)
- [Jekyll](https://jekyllrb.com/)
Run the following commands:
- `jekyll build`
- `jekyll serve`
You can now access the help center at `localhost:4009`.
# Contribute
Article contributions are welcome! Please commit any pull requests against the `master` branch.