An open API service indexing awesome lists of open source software.

https://github.com/roman01la/clojurescript-studio

Online coding sandbox tailored for web development
https://github.com/roman01la/clojurescript-studio

clojure clojurescript

Last synced: 8 months ago
JSON representation

Online coding sandbox tailored for web development

Awesome Lists containing this project

README

          

# ClojureScript Studio

_Interactive ClojureScript playground running on bootstrapped ClojureScript_

## Run locally

### Client
_Takes some time to build initially_
1. `cd playground`
1. `npm i`
1. `npm run dev`

### Server
_Using Cloudflare workers_
1. Update `backend/wrangler.toml` with db and kv ids (generate via wrangler cli)
1. `cd backend`
1. `npm i`
1. `npm start`