Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 452 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 452 Bytes

Contributing

 Setup repository

  • Clone the repo

  • Install tuono

    cargo install tuono
  • Install JS dependencies

    pnpm i
  • Run dev server

    tuono dev

Test production site

tuono build --static
cargo run --release

Update tuono version in apps/documentation

Update tuono version in the following files

  • apps/documentation/Cargo.toml
  • apps/documentation/package.json