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

move to npm scripts

This commit is contained in:
Kyle Spearrin
2018-09-22 15:59:25 -04:00
parent b751f5ff14
commit 360f840240
6 changed files with 236 additions and 662 deletions

View File

@@ -9,13 +9,12 @@ The Bitwarden help center project is written using Jekyll, which is hosted/deplo
**Requirements**
- Node.js
- Gulp
- [Ruby](https://www.ruby-lang.org/)
- [Jekyll](https://jekyllrb.com/)
Run the following commands:
- `npm install`
- `gulp`
- `npm run build:watch`
You can now access the help center at `http://localhost:4009`.