https://github.com/siddharthvp/reliability-critic
Extension for checking site reliability
https://github.com/siddharthvp/reliability-critic
Last synced: about 2 months ago
JSON representation
Extension for checking site reliability
- Host: GitHub
- URL: https://github.com/siddharthvp/reliability-critic
- Owner: siddharthvp
- License: mit
- Created: 2023-02-11T08:18:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T10:22:14.000Z (over 2 years ago)
- Last Synced: 2025-02-12T07:30:29.949Z (4 months ago)
- Language: TypeScript
- Size: 194 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reliability critic
Chrome extension for checking site reliability
## Project Structure
* src/typescript: TypeScript source files
* src/assets: static files
* dist: Chrome Extension directory
* dist/js: Generated JavaScript files## Setup
```
npm install
```## Build
```
npm run build
```## Build in watch mode
### terminal
```
npm run watch
```## Load extension to chrome
Load `dist` directory
## Test
`npx jest` or `npm run test`