This project demonstrates how you can use Portal from Clojure CLR.
To get a REPL started with Portal as a dependency, do:
makeor via a bash script, do:
./replThis will pull do the following:
- Pulls the Portal source from github via the clojure cli
- Builds Portal from source, which requires node+npm
- Builds a class path via the clojure cli saved to
.classpath - Starts
Clojure.MainwithCLOJURE_LOAD_PATHset to the class path from the previous step
You should now be able to follow the api guide from the main README.