Skip to content

Latest commit

Β 

History

History
39 lines (28 loc) Β· 1.01 KB

File metadata and controls

39 lines (28 loc) Β· 1.01 KB

For contributors

Clone the repository and cd to the new directory. Edit the files as you need. To test the website locally, start julia with julia --project and do

julia> import Pkg

julia> Pkg.instantiate()

julia> import Xranklin

julia> Xranklin.serve()
  Activating project at `~/repo/juliaparallel.github.io`
[ Info: πŸ““ de-serializing global context...
[ Info: βŒ› processing config.md
[ Info: ... [config.md] βœ” (Ξ΄t = 2.1s)
[ Info: πŸ““ de-serializing 0 local contexts...
[ Info: πŸ’‘ de-serialization done (Ξ΄t = 2.7s)

[ Info: πŸ’‘ starting the full pass

[ Info: > Full Pass [MD/1]
[ Info: > Full Pass [MD/I]
[ Info: > Full Pass [MD/2]
[ Info: > Full Pass [O]
[ Info: 🧡 loop (n=1) over 121 items

[ Info: πŸ’‘ full pass done (Ξ΄t = 5.9s)

[ Info: Listening on: 127.0.0.1:8000
βœ“ LiveServer listening on http://localhost:8000/ ...
  (use CTRL+C to shut down)

Navigate to localhost:8000 in a browser and you should see a preview of any modifications you make locally.