Building from Source¶
If you'd like to build Docs Hotkey from its source code, follow these steps:
- Clone the repository from Github with the command
git clone https://github.com/ZackMurry/docs-hotkey - Install Node.js.
- Use
npm installto install the extension's dependencies. - Use
npm run buildto compile the extension. - Go to
chrome://extensionsin Google Chrome. - Click "Load unpacked" and select the "build" folder in the Docs Hotkey directory.