For the live website see: https://explorer.ooni.org.
We assume you have a working node.js development environment with yarn installed.
Then do:
yarn install
To run the dev server do:
yarn run dev
To build the app:
yarn run build
To start the production server run:
yarn run start
We also provide a Dockerfile
for easy deployment.