Add ayb/commands.md

This commit is contained in:
Sofía Aritz 2023-12-15 19:36:37 +00:00
parent 106c9844d1
commit aa1d9de406

7
ayb/commands.md Normal file
View file

@ -0,0 +1,7 @@
# Commands
Basic commands for ayb development
* SMTP server: `./tests/smtp_server.sh 10026`
* Run ayb server: `cargo run -- server`
* Only run SQLite tests: `cargo test client_server_integration_sqlite -- --exact`