From 3191a6f409c460bf9351c72923cd5f7e6aa382e7 Mon Sep 17 00:00:00 2001 From: OpenClaw Date: Tue, 17 Mar 2026 15:40:28 +0800 Subject: [PATCH] Initial commit: Standard structure --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ README.md | 22 ++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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