Skip to content

nyarnalang/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nyarna.org Website

This is the source of the nyarna.org website. It uses Nix Flakes as build system. Build the website with

nix build github:nyarnalang/website

or in a working copy simply

nix build

Building the website will build Nyarna for your system (to generate the website) and for WASM (to provide the interpreter for the tour on the website) if those are not yet available.

Developers

This site is written in Nyarna. Site.ny is the schema and website.ny is the content.

After building, you can host the website locally via

python -m http.server 80 -d result/www

License

MIT