/pwrsapp

Primary LanguageRust

For an overview visit pwrs.app

To get started you'll need the rust toolchain, then you can:

  • start local host: cargo run
  • with a service worker: cargo run --features="sw"
  • with a webview: cargo run --features="webview"
  • containerize host with the SW: cargo run --features="sw containerize" To do any of the above with the release profile add --release flag