Project for practicing daily mindful by collecting thoughts and ruminating on ways of improving your life
- Get Rust
- Setup Development Environment
rustup target add wasm32-unknown-unknown
cargo install trunk
- To build and test run
cargo test
- To start the server run
cargo run --bin backend -- --port 8081
- To start the frontend run
cd mdoc_frontend; trunk serve --open
- To view the application; navigate to http://127.0.0.1:8080/mock_note in a browser
- install utility cargo-watch
cargo install cargo-watch
- install utility mprocs
cargo install mprocs
- from the root dir, launch application with just
mprocs
, which uses mprocs.yaml as the configuration