Skip to content

Latest commit

 

History

History
 
 

reference

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

The Sway Reference

Setup

If you wish contribute to this reference:

  1. Install Rust if it's not installed.

  2. Install mdbook.

    cargo install mdbook
  3. To build the book, ensure you are in /sway/sway-book and run:

    mdbook build
  4. To serve a hot-reloading instance of the book in your browser, run:

    mdbook serve --open