1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00
Files
help/README.md
2017-05-25 12:03:01 -04:00

25 lines
683 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**
- Node.js
- Gulp
- [Ruby](https://www.ruby-lang.org/)
- [Jekyll](https://jekyllrb.com/)
Run the following commands:
- `npm install`
- `gulp`
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.