Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 316 Bytes

File metadata and controls

21 lines (14 loc) · 316 Bytes

Circuit API Documentation

Static HTML documentation site, deployed on GitHub Pages.

Run locally

python3 -m http.server 8080

Then open http://localhost:8080.

Alternatives

# Different port
python3 -m http.server 3000

# Node.js (if installed)
npx serve .