Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rainbyte/scramblies-frontend


https://github.com/rainbyte/scramblies-frontend

Last synced: 8 days ago
JSON representation

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
```