Mogakko (WIP) Setup clone the repository and cd into it. copy .sample.env into .env, then fill the appropriate values accordingly. install sqlx with cargo install sqlx-cli. run sqlx database create. run sqlx migrate run. run cargo run.