https://github.com/alaboudi1/hypothesizernew
https://github.com/alaboudi1/hypothesizernew
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alaboudi1/hypothesizernew
- Owner: Alaboudi1
- Created: 2021-05-25T21:09:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T02:59:45.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T02:41:35.194Z (5 months ago)
- Language: TypeScript
- Size: 645 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hypothesizer
## Getting started
Navigate to the project directory and install the dependencies.
```
$ npm install
```To build the extension, and rebuild it when the files are changed, run
```
$ npm start
```After the project has been built, a directory named `dist` has been created. You have to add this directory to your Chrome browser:
1. Open Chrome.
2. Navigate to `chrome://extensions`.
3. Enable _Developer mode_.
4. Click _Load unpacked_.
5. Select the `dist` directory.