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 @@
|
||||
# xingshi-packaging
|
||||
|
||||
## Type
|
||||
web application
|
||||
|
||||
## Paths
|
||||
- Code: /opt/appcode/xingshi-packaging/
|
||||
- Deploy: /opt/app/web/xingshi-packaging/
|
||||
- Domain: http://xingshi-packaging.c.gok1.cn
|
||||
|
||||
## Quick Start
|
||||
```bash
|
||||
# Develop
|
||||
cd /opt/appcode/xingshi-packaging
|
||||
|
||||
# Build & Deploy
|
||||
~/.agents/skills/app-workflow/scripts/deploy.sh xingshi-packaging
|
||||
```
|
||||
|
||||
## Git
|
||||
- Repository: https://code.gok1.cn/openbot/xingshi-packaging
|
||||
- Branch: main
|
||||
Reference in New Issue
Block a user