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

https://github.com/victorb/cljs-peer-star-app


https://github.com/victorb/cljs-peer-star-app

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

          

Currently kind of works. But missing two
important pieces:

- `.nrepl-port` file for connecting with vim-fireplace
- Rebuild source when changes

First can be solved with something like https://nrepl.xyz/nrepl/usage/server.html#_using_clojure_cli_tools
but it's missing firing up the server + a browser repl, so doesn't really work.

Currently what works:

- Building
- Serving the output

Achieved with the following commands:

```
yarn
yarn webpack
clj -m cljs.main -co build.edn -v -c
clj -m cljs.main -s
```