# Yaade Open-source, self-hosted collaborative API dev environment. 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) 1. [Sources](#sources) ## TL;DR
Setup ```sh docker run -d --restart=always -p '9339:9339' \ -e 'YAADE_ADMIN_USERNAME'='admin' -v 'yaade:/app/data' \ --name 'yaade' 'esperotech/yaade:latest' ```
## Further readings - [Codebase] ### Sources - [Documentation] [codebase]: https://github.com/EsperoTech/yaade [documentation]: https://docs.yaade.io/