First, you must have yarn installed.
Install dependencies:
yarn installChoose your favorite browser and start developing:
yarn run dev:firefoxor
yarn run dev:chromeThis command will initialize a browser window and load the extension, watching for changes and reloading the window automatically.
yarn buildIn 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 formatOr if you want to have Prettier fix them:
yarn format:fixSimilarly, to check for linting issues run:
yarn lintAnd, if you wish to fix the warnings that ESLint picks up, run:
yarn lint:fix| Chrome or Edge | Firefox | Safari |
|---|---|---|
|
|
|
See the components page by adding /components to the end of any Sigarra URL.