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

https://github.com/escherize/looper

Easily Editable Force Directed Graph
https://github.com/escherize/looper

Last synced: 9 months ago
JSON representation

Easily Editable Force Directed Graph

Awesome Lists containing this project

README

          

# looper

A [re-frame](https://github.com/Day8/re-frame) application designed to ... well, that part is up to you.

## Development Mode

```
lein clean
lein figwheel
```

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to [http://localhost:3449](http://localhost:3449).

## Production Build

```
lein clean
lein cljsbuild once min
```