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
- Host: GitHub
- URL: https://github.com/roman01la/clojurescript-studio
- Owner: roman01la
- License: epl-2.0
- Created: 2023-08-26T10:08:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T18:17:40.000Z (about 1 year ago)
- Last Synced: 2025-04-11T02:59:28.870Z (8 months ago)
- Topics: clojure, clojurescript
- Language: Clojure
- Homepage: https://studio.learn-modern-clojurescript.com
- Size: 498 KB
- Stars: 22
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`