Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 708 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 708 Bytes

Tutorial web builder

This repo does not store the content for the tutorials see this repo instead. On that repo you can run an install script which will automatically download everything you need.

If you want to know how to use the tool see the usage instructions.

Deployment

There are example courses in the ./courses directory which are deployed to github pages here.

Building from source

  1. Install rust
  2. Clone this repository
  3. Run cargo build and everything should just work (this may take a few minutes)

To see help run cargo run -- --help.