Web page with basic examples showing how to use makie in julia.
Some guidance on how to dev this locally:
npm install -D vitestor
npm iif a package*.json file is provided. Also you will need vitepress
npm add -D vitepressFor this you should have julia installed in your computer.
Then cd into the docs folder and activate and instantiate the env there:
julia>]pkg> activate .pkg> instantiatethen do
julia> include("gen_mds.jl")and
julia> include("make.jl")these step will generate all files needed in order to build the site, you could serve/build/preview it by doing
BeautifualMakie $ npm run docs:devBeautifualMakie $ npm run docs:buildand
BeautifualMakie $ npm run docs:preview