For backend: Install diesel and run this commands:
cd backend
diesel setup
cargo run --releaseAt the first launch, an administrator account will be generated and displayed in the logs of backend.
For frontend (in directory with frontend folder):
rustup target add wasm32-unknown-unknown
cargo install --locked trunk
trunk serve --releaseFor backend in backend/.env
- Modules with some useful tools (lua)
- Functionality for adding helpers for handlebar
- Change synchronous postgres client to asynchronous