ooni / ooni.org

The ooni.org homepage and all cross organisational issues
https://ooni.org
Other
74 stars 60 forks source link
website

OONI Web

This is the canonical website for OONI, that you can access via:

If you are having trouble accessing our website, please contact us at contact [at] openobservatory.org.

Contributing articles

Local build

Setup

Dependencies to build the website manually are hugo, ooni-probe, and sphinx to build ooni-probe docs. Exact versions are codified in "canonical" build procedure in travis.yml.

Running locally

If you want to preview the website while editing styles and posts you can do it running following command:

make server

If you want to publish to Github mirror, you should run:

make publish

End to end local testing

To run the end to end integration tests do:

yarn install
yarn run cypress open