Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rainbyte/scramblies-frontend
https://github.com/rainbyte/scramblies-frontend
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rainbyte/scramblies-frontend
- Owner: rainbyte
- License: mit
- Created: 2021-04-25T23:20:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T23:21:08.000Z (over 3 years ago)
- Last Synced: 2024-10-28T09:10:15.570Z (about 2 months ago)
- Language: Clojure
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- 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
```