An open API service indexing awesome lists of open source software.

https://github.com/juliaparallel/juliaparallel.github.io


https://github.com/juliaparallel/juliaparallel.github.io

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# https://juliaparallel.org

## 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
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.