Emojit allows you to rate any web page 🤯
You can download the extension for various browsers:
Want the bleeding edge latest build? You can install an artifact from a build here. The build reports checksums in the "Extension: Build" step.
You will need install and build the dependencies in this repo first:
# Go to the repo root:
pushd ..
yarn install
cd core
yarn install && yarn build
cd react-core
yarn install && yarn build
popd
Otherwise, if you just try to build from this folder, then you might need EMOGIT_NPM_AUTH_TOKEN
to be a GitHub PAT.
You can generate one at https://github.com/settings/tokens.
Give it the write:packages
and possibly the repo
scopes.
EMOGIT_NPM_AUTH_TOKEN=<GitHub PAT token> yarn install
In this folder, run yarn install
.
Run one of:
yarn dev chrome
yarn dev firefox
yarn dev opera
yarn dev edge
An extension that is ready to be loaded as an unpacked extension/add-on can be found in dist/<platform>/
.
Run one of:
yarn build chrome
yarn build firefox
yarn build opera
yarn build edge
A package will get placed in the packages folder.
yarn lint
Correct:
yarn lint-fix
yarn test
The build tool also defines a variable named process.env.NODE_ENV
in your scripts.