Code editor and compiler for C3 in the browser.
( Start Coding )
You can download pre-built playground artifacts from CI or Releases and run them offline with any local static HTTP server:
- Download
c3-playground.zipfrom the latest GitHub Releases or the Artifacts section of the latest Actions CI run. - Extract the archive into a folder.
- Start a local HTTP server in that directory:
# Python 3 python3 -m http.server 8000 # or Node.js npx serve .
- Open
http://localhost:8000in your web browser.