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

https://github.com/ooni/run

OONI Run allows you to get people to measure the things you care about
https://github.com/ooni/run

Last synced: 10 months ago
JSON representation

OONI Run allows you to get people to measure the things you care about

Awesome Lists containing this project

README

          

## Setup

Dependencies:

* A recent version of [nodejs](https://nodejs.org/en/download/)

* [yarn](https://yarnpkg.com/en/docs/install)

Then run:

```
yarn install
```

## Commands

Start the development environment:

```
yarn run dev
```

Create a build:

```
yarn run build
```