Demo app for Stipple.jl
See it live at: https://stipple-whatsyournumber.herokuapp.com
- Download/clone, and start a Julia REPL inside the app's folder.
- Go into
pkg>
mode (by pressing]
) - Run
pkg> instantiate
- Exit the repl
- At the terminal start the app by running
bin/server
(orbin/server.bat
for Windows - make sure the files can be executed, runchmod +x bin/server
if necessary. You may also need to update the path to thejulia
binary to match your system in thebin/server
files).
- Go back to the Julia
julia>
mode by pressing backspace to exitpkg>
mode - Run
julia> using Genie
- Run
julia> Genie.loadapp()
- Run
julia> up()
to start the web server.