commit 3191a6f409c460bf9351c72923cd5f7e6aa382e7 Author: OpenClaw Date: Tue Mar 17 15:40:28 2026 +0800 Initial commit: Standard structure diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f23a0b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# Dependencies +node_modules/ +vendor/ + +# Build output +dist/ +build/ +out/ +*.tgz + +# Environment +.env +.env.local +.env.*.local + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ +.DS_Store + +# Logs +*.log +logs/ +npm-debug.log* + +# Testing +coverage/ +.nyc_output/ + +# Misc +.cache/ +temp/ +tmp/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..edcf430 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# lions-landing + +## Type +web application + +## Paths +- Code: /opt/appcode/lions-landing/ +- Deploy: /opt/app/web/lions-landing/ +- Domain: http://lions-landing.c.gok1.cn + +## Quick Start +```bash +# Develop +cd /opt/appcode/lions-landing + +# Build & Deploy +~/.agents/skills/app-workflow/scripts/deploy.sh lions-landing +``` + +## Git +- Repository: https://code.gok1.cn/openbot/lions-landing +- Branch: main