This is the main site for documentation about he High Performance Computing in Julia MPAGS module. The link to the site can be found here.
Make sure you have julia
installed on your system and open up a terminal in this directory:
julia
Then run the following in the REPL:
using Pkg;
Pkg.activate(".");
Pkg.instantiate();
This only needs to be done once. After you can run the project locally with
using Franklin
serve()
This will open up the live server.