/OscarsExplorer

Genie demo data dashboard for JuliaCon 2022

Primary LanguageJavaScriptMIT LicenseMIT

Installation

Instantiate the packages

The Manifest.toml file is committed to the repo to allow replicating the exact branches.

pkg> instantiate
pkg> update

Running the app

$ cd to/this/apps/directory
$ julia --project

julia> using Genie
julia> Genie.go()

Alternatively you can run $ ./bin/repl or $ ./bin/server for your OS to start the repl with the app loaded -- or respectively the server.