1
0
mirror of https://github.com/bitwarden/docs synced 2025-12-06 01:33:19 +00:00
This commit is contained in:
Kyle Spearrin
2019-03-26 10:25:00 -04:00
parent cdcc83f7cf
commit 170ea6c94e

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
[![appveyor build](https://ci.appveyor.com/api/projects/status/xmmrewrefxkq4xu7?svg=true)](https://ci.appveyor.com/project/bitwarden/docs)
[![Join the chat at https://gitter.im/bitwarden/Lobby](https://badges.gitter.im/bitwarden/Lobby.svg)](https://gitter.im/bitwarden/Lobby)
# Bitwarden Docs Site
The Bitwarden docs site project is written using Jekyll, which is hosted/deployed to a GitHub pages branch ([https://docs.bitwarden.com/](https://docs.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:4011`.
# Contribute
Article contributions are welcome! Please commit any pull requests against the `master` branch.