Files
zulip/tools/setup/dev-motd
Anders Kaseorg 43b4f10578 run-dev: Drop .py from script name.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-03-03 18:02:37 -08:00

12 lines
461 B
Plaintext
Executable File

#!/usr/bin/tail -n+2
This is the Zulip development environment. Popular commands:
* tools/provision - Update the development environment
* tools/run-dev - Run the development server
* tools/lint - Run the linter (quick and catches many problems)
* tools/test-* - Run tests (use --help to learn about options)
Read https://zulip.readthedocs.io/en/latest/testing/testing.html to learn
how to run individual test suites so that you can get a fast debug cycle.