https://github.com/genieframework/oscarsexplorer
Genie demo data dashboard for JuliaCon 2022
https://github.com/genieframework/oscarsexplorer
Last synced: 12 months ago
JSON representation
Genie demo data dashboard for JuliaCon 2022
- Host: GitHub
- URL: https://github.com/genieframework/oscarsexplorer
- Owner: GenieFramework
- License: mit
- Created: 2022-06-28T20:19:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T19:57:22.000Z (over 3 years ago)
- Last Synced: 2025-03-25T04:27:19.445Z (over 1 year ago)
- Language: JavaScript
- Size: 5.22 MB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
## Instantiate the packages
The Manifest.toml file is committed to the repo to allow replicating the exact branches.
```julia
pkg> instantiate
pkg> update
```
## Running the app
```julia
$ 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.