Skip to content

Web page with basic examples showing how to use makie in julia

License

Notifications You must be signed in to change notification settings

MakieOrg/BeautifulMakie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

304 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beautiful Makie

beautiful.makie.org

Web page with basic examples showing how to use makie in julia.

Some guidance on how to dev this locally:

npm install -D vitest

or

npm i

if a package*.json file is provided. Also you will need vitepress

npm add -D vitepress

Generating files

For 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> instantiate

then 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:dev
BeautifualMakie $ npm run docs:build

and

BeautifualMakie $ npm run docs:preview

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 11