Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 374 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 374 Bytes

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