Add ayb/commands.md
This commit is contained in:
parent
106c9844d1
commit
aa1d9de406
1 changed files with 7 additions and 0 deletions
7
ayb/commands.md
Normal file
7
ayb/commands.md
Normal 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`
|
Loading…
Reference in a new issue