12 lines
No EOL
554 B
Markdown
12 lines
No EOL
554 B
Markdown
# 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 |