https://github.com/ooni/ooni.io
https://github.com/ooni/ooni.io
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ooni/ooni.io
- Owner: ooni
- Created: 2017-10-18T10:57:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T22:35:09.000Z (about 8 years ago)
- Last Synced: 2024-04-14T09:04:44.059Z (over 2 years ago)
- Language: JavaScript
- Size: 1.35 MB
- Stars: 3
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OONI website
Assuming you have node and yarn installed, run:
```
yarn install
```
Note: If you encounter issues with the install process getting stuck while
installing `sharp`, try installing node-gyp globally with `npm install
node-gyp` and re-running the above command.
To start the dev server run:
```
yarn run develop
```