Building from Source

If you'd like to build Docs Hotkey from its source code, follow these steps:

  1. Clone the repository from Github with the command git clone https://github.com/ZackMurry/docs-hotkey
  2. Install Node.js.
  3. Use npm install to install the extension's dependencies.
  4. Use npm run build to compile the extension.
  5. Go to chrome://extensions in Google Chrome.
  6. Click "Load unpacked" and select the "build" folder in the Docs Hotkey directory.