Add CLAUDE.md
This commit is contained in:
parent
1d84400aef
commit
bce1a3fcf6
1 changed files with 12 additions and 0 deletions
12
CLAUDE.md
Normal file
12
CLAUDE.md
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
# NGU-Web
|
||||||
|
|
||||||
|
## Git workflow
|
||||||
|
- Remote is a self-hosted Forgejo server, not GitHub. Do not use `gh`.
|
||||||
|
- Use `tea` for pull requests: `tea pr create --base main --head <branch> --title "..." --description "..."`
|
||||||
|
- Never commit directly to main. Create a branch for each change, push it, and open a PR.
|
||||||
|
- Versions are marked with annotated tags (v1.0, v2.0). Don't create or move tags unless asked.
|
||||||
|
|
||||||
|
## Project
|
||||||
|
- Package manager: pnpm (not npm or yarn)
|
||||||
|
- Frontend: Vite + TypeScript in src/
|
||||||
|
- Backend in server/; server/dev.db is local only and never committed
|
||||||
Loading…
Add table
Add a link
Reference in a new issue