https://github.com/rainbyte/scramblies-frontend
https://github.com/rainbyte/scramblies-frontend
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rainbyte/scramblies-frontend
- Owner: rainbyte
- License: mit
- Created: 2021-04-25T23:20:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T23:21:08.000Z (about 5 years ago)
- Last Synced: 2025-07-26T07:05:02.632Z (10 months ago)
- Language: Clojure
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Development mode
```
npm install
npx shadow-cljs watch app
```
start a ClojureScript REPL
```
npx shadow-cljs browser-repl
```
### Building for production
```
npx shadow-cljs release app
```