Help screenshot

Help

Author Avatar Theme by Bitwarden
Updated: 18 Jan 2022
137 Stars

The help website/knowledgebase (bitwarden.com/help).

Categories

Overview

The Bitwarden help center project is an open-source project that provides assistance and support for users of the Bitwarden password manager. It is written using Jekyll and can be accessed at https://bitwarden.com/help/.

Features

  • Node.js: The project requires Node.js to be installed.
  • Ruby: Ruby is also a requirement for running the Bitwarden help center.
  • Jekyll: The help center is built with Jekyll, a static site generator.

Installation

To install and run the Bitwarden help center, follow these steps:

  1. Install Node.js and Ruby if they are not already installed.
  2. Run the following commands:
npm install
npm run build:watch
  1. After the installation is complete, the help center can be accessed at http://localhost:4009.

Summary

The Bitwarden help center is an open-source project built with Jekyll that provides assistance and support for Bitwarden users. It requires Node.js and Ruby to be installed and can be accessed at https://bitwarden.com/help/. Follow the installation guide to set up the help center locally.