roman01la / clojurescript-studio

Online coding sandbox tailored for web development
https://www.clojurescript.studio/
Eclipse Public License 2.0
13 stars 0 forks source link

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