Skip to content

Latest commit

 

History

History
 
 

docs

Documentation

The Wasm Workers Server documentation is developed with Docusaurus.

Edit the documentation

Prerequisites

You will need:

Development

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.