1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 13:23:16 +00:00

readme update

This commit is contained in:
Kyle Spearrin
2017-05-23 00:16:03 -04:00
parent 8103cf92b1
commit 0bf232c64f

View File

@@ -7,10 +7,15 @@ The bitwarden help center project is written using Jekyll, which is hosted/deplo
# Build/Run # Build/Run
**Requirements** **Requirements**
- Node.js
- Gulp
- [Ruby](https://www.ruby-lang.org/) - [Ruby](https://www.ruby-lang.org/)
- [Jekyll](https://jekyllrb.com/) - [Jekyll](https://jekyllrb.com/)
Run the following commands: Run the following commands:
- `npm install`
- `gulp build`
- `jekyll build` - `jekyll build`
- `jekyll serve` - `jekyll serve`