Skip to content

Latest commit

 

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C3 Playground


Code editor and compiler for C3 in the browser. ( Start Coding )



Running Locally

You can download pre-built playground artifacts from CI or Releases and run them offline with any local static HTTP server:

  1. Download c3-playground.zip from the latest GitHub Releases or the Artifacts section of the latest Actions CI run.
  2. Extract the archive into a folder.
  3. Start a local HTTP server in that directory:
    # Python 3
    python3 -m http.server 8000
    
    # or Node.js
    npx serve .
  4. Open http://localhost:8000 in your web browser.

About

C3 Playground

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages