Team retros, but rad
  • Rust 80.4%
  • Nix 19.2%
  • CSS 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-08-16 16:25:58 -07:00
.cargo Initial commit 2025-08-16 15:44:09 -07:00
assets Initial commit 2025-08-16 15:44:09 -07:00
src Initial commit 2025-08-16 15:44:09 -07:00
style Initial commit 2025-08-16 15:44:09 -07:00
.envrc Initial commit 2025-08-16 15:44:09 -07:00
.gitignore Initial commit 2025-08-16 15:44:09 -07:00
Cargo.lock Initial commit 2025-08-16 15:44:09 -07:00
Cargo.toml Initial commit 2025-08-16 15:44:09 -07:00
devenv.lock Initial commit 2025-08-16 15:44:09 -07:00
devenv.nix Initial commit 2025-08-16 15:44:09 -07:00
devenv.yaml Initial commit 2025-08-16 15:44:09 -07:00
package-lock.json Initial commit 2025-08-16 15:44:09 -07:00
package.json Initial commit 2025-08-16 15:44:09 -07:00
README.md Update readme 2025-08-16 16:25:58 -07:00
wrangler.toml Initial commit 2025-08-16 15:44:09 -07:00

Radtro

WIP retro tool for teams, groups, or anyone who wants to refect on the past with others.

Setup

This app is being developed to run on cloudflare workers, using Leptos as the app framework.

Devenv is used for Rust and Javascript environment provisioning. A basic "up an running" should look like:

cargo install cargo-binstall
cargo binstall cargo-leptos worker-build

Run Locally

devenv up

Deploy

npx wrangler deploy