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