Add PlutoBoard and set it up
$> julia --project=@temp -e 'using Pkg; Pkg.add(url="https://github.com/UniStuttgart-IKR/PlutoBoardExamples"); Pkg.add(url="https://github.com/UniStuttgart-IKR/PlutoBoard.jl"); using PlutoBoard; PlutoBoard.setup()'The setup will ask for the desired package name and an example to load. After that, you can cd into the newly created package and run PlutoBoard:
YOUR_PACKAGE_NAME$> julia --project -e 'using PlutoBoard; PlutoBoard.run()'For a go through of PlutoBoard functionalities, refer to the documentation.
