Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
21
- Root contains `docker-compose.yml`, `.env` (local only), and helper scripts like `git_push.py` and `summarize_codebase.sh`.
Sign in to like and favorite skills
docker-compose.yml, .env (local only), and helper scripts like git_push.py and summarize_codebase.sh.config/ (e.g., bookmarks.*, services.*, settings.*, widgets.*, docker.*).*.example) are the templates you should edit and then copy to *.yaml for local use; YAML files and .env are intentionally git-ignored.docker compose up -d — start or update the Dashboard stack in detached mode.docker compose down — stop and remove the stack (containers only).docker compose logs homepage — inspect the Homepage container logs for troubleshooting.docker compose config — validate the compose configuration before pushing../summarize_codebase.sh . — optional helper to generate a local codebase_summary.txt (not committed).config/*.example and keep *.yaml environment-specific.snake_case for functions; shell scripts follow existing style and use descriptive variable names.docker compose config and bring the stack up locally with docker compose up -d to ensure it boots cleanly.Update services example for NPM, Add new bank icon)..env and config/*.yaml are local-only and must not be added to Git.*.example files instead of real YAMLs.