Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 228 Bytes

File metadata and controls

16 lines (16 loc) · 228 Bytes
  1. start mysql&redis
    docker compose up -d
  2. start backend server
    cargo run
  3. start frontend
    just client-dev
    start admin
    just admin-dev