This project demonstrates how you can use Portal from Clojure CLR.
To get a REPL started with Portal as a dependency, do:
make
or via a bash script, do:
./repl
This 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.Main
withCLOJURE_LOAD_PATH
set to the class path from the previous step
You should now be able to follow the api guide from the main README.