# url-classifier-exceptions-ui **Repository Path**: mirrors_mozilla/url-classifier-exceptions-ui ## Basic Information - **Project Name**: url-classifier-exceptions-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-18 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # URL Classifier Exceptions UI UI displaying URL Classifier Exceptions stored in RemoteSettings. ## Development ### Getting Started 1. Clone the repository 2. Install dependencies: ```bash pnpm install ``` 3. Start the development server: ```bash pnpm run dev ``` ### Linting You can auto format code via: ```bash pnpm run lint[-fix] ``` ### Updating Exception List Entry Type 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: ```bash pnpm run update-types ``` ### Building for Production To create a production build: ```bash pnpm run build ``` The built files will be in the `dist` directory.