rgl/pomo
2021-11-15 20:57:15 -06:00
..
src Switch between timers when they end 2021-11-15 15:11:43 -06:00
.gitignore Initial Commit 2021-11-14 22:00:32 -06:00
Cargo.lock Add ability to count down 2021-11-15 11:35:08 -06:00
Cargo.toml Add ability to count down 2021-11-15 11:35:08 -06:00
index.html Hello, World! 2021-11-14 22:12:18 -06:00
README.md Fix link 2021-11-15 20:57:15 -06:00
style.css Switch between Working and Break 2021-11-15 12:06:07 -06:00

Pomo

Live App

Running Locally

  1. Install dependencies

    First, install rust from the Rust website. Then, install trunk:

    cargo install --locked trunk
    

    This project requires rustc version 1.56.0 because it uses the 2021 edition of Rust!

  2. Build project

    cd /path/to/pomo
    trunk serve
    
  3. Open in browser

    Check the supported browser list and open https://localhost:8080 in one of the supported browsers.

Created using Sycamore and Rust with WebAssembly