8000 GitHub - roman01la/clojurescript-studio: Online coding sandbox tailored for web development
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

roman01la/clojurescript-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClojureScript Studio

Interactive ClojureScript playground running on bootstrapped ClojureScript

Run locally

Client

Takes some time to build initially

  1. cd playground
  2. npm i
  3. npm run dev

Server

Using Cloudflare workers

  1. Update backend/wrangler.toml with db and kv ids (generate via wrangler cli)
  2. cd backend
  3. npm i
  4. npm start
0