Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 255 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 255 Bytes

Tropical Blinds

This is a demo of the tropical blinds project. Built by watching their video.

Development

In one shell run:

cd ./app
cargo watch -s "wasm-pack build . --target web"

In another shell run:

cd ./web
npx vite