. ├── bin /** Shell scripts required by backend / │ └── ... ├── configure / Prepare the installation environment / │ └── ... ├── docker.d / Starter scripts for docker / │ └── ... ├── docker.yaml / Automatically generated. Do not change / ├── drumee-os / Drumee OS sources. Use npm run dev to make changes updated on the server / │ ├── server-team │ └── ui-team ├── LICENSE ├── log / Drumee log. Use npm run log.service or log.main**/ ├── node_modules │ ├── ... │ └── ... ├── plugins ├── runtime /** Drumee runtime directories (backend and frontend builds) / │ ├── server │ ├── static │ ├── tmp │ └── ui ├── setup / Automatically generated. Do not change / ├── storage / Drumee storage directories (db + meta file system) / │ ├── data │ └── db └── tree.md / This file **/