1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Add Jekyll build and run instructions (#11)

* Add Jekyll build and run instructions

* Add Ruby and links for each requirement
This commit is contained in:
Peter
2017-05-17 07:33:24 +10:00
committed by Kyle Spearrin
parent 44f668d30c
commit 283c40d5fa

View File

@@ -2,7 +2,19 @@
# bitwarden Help Center
The bitwarden help center project is written using Jekyll, which is hosted/deployed to a GitHub pages branch.
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