| tags | |||||
|---|---|---|---|---|---|
|
You must first download the example with the following command:
git clone --depth=1 https://github.com/adap/flower.git _tmp && mv _tmp/intelligence/ts/examples/encrypted . && rm -rf _tmp && cd encryptedYou can then install the project dependencies with:
npm iNote
The watch script relies on entr.
Warning
In order to use remote handoff, copy .env.example into .env and update the API key inside it (if you don't have a valid API key, you can register here).
Then, you need to build the project:
npm run buildOr rebuild when files change:
# Make sure to install this first: https://github.com/eradman/entr
npm run watchOnce you have built the project, you should find the web-extension content that
can be imported into a browser in dist/.