a98096a042
- Created .gitignore to exclude build artifacts and dependencies. - Added index.html as the main entry point for the application. - Included LICENSE file with Apache 2.0 terms. - Initialized package.json and package-lock.json for project dependencies. - Added pnpm-lock.yaml for package management. - Created QUICKSTART.md for setup instructions. - Added README.md and README.zh-CN.md for project documentation in English and Chinese.
9 lines
85 B
Plaintext
9 lines
85 B
Plaintext
node_modules
|
|
dist
|
|
.DS_Store
|
|
*.log
|
|
.vite
|
|
.ocd
|
|
tsconfig.tsbuildinfo
|
|
|
|
.claude-sessions/* |