https://github.com/juliaparallel/juliaparallel.github.io
https://github.com/juliaparallel/juliaparallel.github.io
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliaparallel/juliaparallel.github.io
- Owner: JuliaParallel
- License: mit
- Created: 2021-10-19T18:45:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T11:40:06.000Z (over 1 year ago)
- Last Synced: 2025-01-27T12:38:51.498Z (over 1 year ago)
- Language: CSS
- Homepage: https://juliaparallel.github.io/
- Size: 7.35 MB
- Stars: 4
- Watchers: 15
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: news/2022/07/dagger_julius_benchmark.md
- License: LICENSE
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.