doc/developer_manual/development_environment/getting-started.md
This guide explains how to setup a local Zammad development environment. You can choose between two approaches:
For more information, see devcontainer setup guide
You can start Zammad development services with:
dev
bin/dev
Once the application is running, open it in your browser at http://localhost:3000 and use the default development credentials:
Username / Email: [email protected]
Password: test
[!NOTE] The first time you launch the app, it can take a few minutes for assets to compile. You may see a blank browser window until this process is complete.