Initial commit: Standard structure
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -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/
|
||||||
22
README.md
Normal file
22
README.md
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user