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
- Host: GitHub
- URL: https://github.com/ooni/run
- Owner: ooni
- License: bsd-3-clause
- Created: 2017-08-28T17:21:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:39:59.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:33:31.721Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://run.ooni.io
- Size: 2.49 MB
- Stars: 12
- Watchers: 16
- Forks: 8
- Open Issues: 23
-
Metadata Files:
- Readme: Readme.md
- Changelog: ChangeLog.md
- License: LICENSE.md
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
```