The Wasm Workers Server documentation is developed with Docusaurus.
You will need:
To start the documentation development server, run these commands:
cd docs && \
npm install && \
npm start
Then, you can access the documentation site at http://localhost:3000.