Velocimeter product documentation.
This is where we work on product documentation which is built and deployed into the main app.
To run the Nextra server, use:
docker run --rm -v $(pwd):/app -p 3000:3000 -w /app -it node:lts-alpine sh -c 'yarn && yarn next'