The way this application works is written in this blog post: https://hasithv.github.io/posts/projects/24-08-17-basketballrandomwalk/
Install Julia on your machine and install the required packages
julia> ]add Distributions GenieFramework StippleLatex GenieNavigate into this repo and run
julia> using Genie
julia> Genie.loadapp()
julia> up()The site should be running on some localhost.
The full model is contained in main.jl and will require the following packages
julia> ]add Distributions HCubature CSV DataFramesNow, you should be able to run main.jl with no issues.