1
0
mirror of https://github.com/bitwarden/help synced 2025-12-20 10:13:15 +00:00
Files
help/README.md
Kyle Spearrin abbade8026 appveyor badge
2019-03-22 11:24:16 -04:00

25 lines
830 B
Markdown

[![appveyor build](https://ci.appveyor.com/api/projects/status/83ywnqo5i72aubfv?svg=true)](https://ci.appveyor.com/project/bitwarden/help)
[![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
- [Ruby](https://www.ruby-lang.org/)
- [Jekyll](https://jekyllrb.com/)
Run the following commands:
- `npm install`
- `npm run build:watch`
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.