# Reagent JBrowse Plugin Test ## Development ```bash # Install dependencies yarn # Run dev server on port 3000 yarn shadow-cljs watch app ``` Start a ClojureScript REPL ``` npx shadow-cljs browser-repl ``` ### Building for production ``` npx shadow-cljs release app ```