Skip to content

Installation

kyogrekube edited this page Oct 27, 2023 · 1 revision
  1. Clone this repository:

    git clone https://github.com/EasyApp-RPI/EasyApp.git
  2. Open the repository on your machine and install node packages with:

    npm install
  3. Then build the chrome extension with:

    npm run build
  4. Open Chrome and navigate to chrome://extensions/.

  5. Enable "Developer mode" (usually a toggle in the top right).

  6. Click on "Load unpacked" and select the EasyApp/extension directory.

  7. The EasyApp extension icon should now appear in your Chrome toolbar. Click on it and enjoy!

Clone this wiki locally