Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 498 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 498 Bytes

Getting started

  1. Start Sapper(docs) -> yarn run dev
  2. Start Tauri(docs) in another terminal -> yarn tauri dev
  3. Start validator-api locally, or override validator-urls in index.svelte

Getting around

  • Frontend -> tauri-client/
    • logic -> tauri-client/src/routes/index.svelte
    • assets -> tauri-client/static
  • Backend -> tauri-client/src/src-tauri

Build standalone app

  • yarn tauri build [--debug]