First, you must have yarn installed.
Install dependencies:
yarn install
Build for the first time:
yarn build
Choose your favorite browser and start developing:
yarn run dev:firefox
or
yarn run dev:chrome
This command will initialize a browser window and load the extension, watching for changes and reloading the window automatically.
yarn build
In order to maintain our codebase we are using Prettier for formatting and ESLint for linting.
If you only want to check for formatting issues run:
yarn format
Or if you want to have Prettier fix them:
yarn format:fix
Similarly, to check for linting issues run:
yarn lint
And, if you wish to fix the warnings that ESLint picks up, run:
yarn lint:fix
Chrome or Edge | Firefox | Safari |
---|---|---|
|
|
|