mirror of
https://github.com/bitwarden/help
synced 2025-12-10 21:33:18 +00:00
22 lines
674 B
Markdown
22 lines
674 B
Markdown
[](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**
|
|
- [Ruby](https://www.ruby-lang.org/)
|
|
- [Jekyll](https://jekyllrb.com/)
|
|
|
|
Run the following commands:
|
|
- `jekyll build`
|
|
- `jekyll serve`
|
|
|
|
You can now access the help center at `http://localhost:4009`.
|
|
|
|
# Contribute
|
|
|
|
Article contributions are welcome! Please commit any pull requests against the `master` branch.
|