UI displaying URL Classifier Exceptions stored in RemoteSettings.
-
Clone the repository
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
You can auto format code via:
npm run lint[-fix]
The format for exception list entries is determined by Remote Settings. To generate the latest TypeScript type definitions based on the schema from Remote Settings you can use:
npm run update-types
To create a production build:
npm run build
The built files will be in the dist
directory.