An open API service indexing awesome lists of open source software.

https://github.com/alaboudi1/hypothesizernew


https://github.com/alaboudi1/hypothesizernew

Last synced: 4 months ago
JSON representation

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.