bugspray/README.md
2022-03-05 17:58:00 -06:00

594 B

Bugspray

A simple issue tracking app written entirely in Rust.

To build locally, you need to install the latest nightly Rust, and you need to add the wasm32-unkown-unknown target:

rustup override set nightly
rustup target add wasm32-unknown-unknown

Then, simply run ./build.sh and then run the compiled executable.

Make sure to set the BUGSPRAY_DB environment variable so that bugspray can populate your database.

TODO:

  • User registration
  • User login
  • Navbar
  • Link issues to users
  • Make a rust-toolchain.toml
  • Comments
  • Open/Close issues