diff --git a/ayb/commands.md b/ayb/commands.md new file mode 100644 index 0000000..74e99c5 --- /dev/null +++ b/ayb/commands.md @@ -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` \ No newline at end of file