Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 275 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 275 Bytes

Mogakko (WIP)

Setup

  1. clone the repository and cd into it.
  2. copy .sample.env into .env, then fill the appropriate values accordingly.
  3. install sqlx with cargo install sqlx-cli.
  4. run sqlx database create.
  5. run sqlx migrate run.
  6. run cargo run.