Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 554 Bytes

File metadata and controls

29 lines (16 loc) · 554 Bytes

DOJOS Web App

Server

Start the dev server:

To enable Sentry on the server setup this env var SENTRY_DNS

lein repl

(dev)
(go)

Frontend

Start the shadow-cljs dev server:

lein watch-shadow

http://localhost:3000 should return the main html page

For production build use this command

lein with-profile +front shadow release app --config-merge '{:closure-defines {dojos.app.config/SENTRY_DNS "https://...ingest.sentry.io/..."}}'

where https://...ingest.sentry.io/... is a Sentry DNS URL