Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/english/gc-api-browser
https://github.com/english/gc-api-browser
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/english/gc-api-browser
- Owner: english
- License: epl-1.0
- Created: 2015-03-28T14:54:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T14:12:09.000Z (about 9 years ago)
- Last Synced: 2025-01-20T01:21:23.288Z (10 days ago)
- Language: Clojure
- Size: 591 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GC API Browser
## Install
Dependencies:
- [Leiningen](http://leiningen.org/)```
brew install leiningen
lein deps
```## Local development
### Run Figwheel
Run `lein repl`, then eval all of script/repl.clj.
This will compile ClojureScript and CSS and live update the browser when these change.
It will also serve these static files (and index.html) in development..Visit `http://gocardless.dev:3010/`
### ClojureScript REPL
#### Without fireplace.vim:
```clj
(figwheel-sidecar.repl-api/cljs-repl)
```You will now be able to run ClojureScript in this REPL.
#### With fireplace.vim
In vim, open a clojurescript file, then run `:Piggieback 9000`. Refresh your browser to
make the connection.## License
Copyright © 2015 GoCardless
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.