Thank you for your interest in contributing!
npm install
npm run dev
# server at http://localhost:3000Optional commands:
npm run build– bundle todist/npm start– run built servernpm run lint– Biome checks
- Fork the repo and create a feature branch.
- Keep edits focused and small.
- Include a short description of the change and why.
- If your change affects behavior or APIs, note it in the PR description.
- I will manually test PRs locally before merging.
- TypeScript, strict and descriptive naming.
- Avoid introducing
anyin exported APIs. - Prefer early returns and clear error handling.
- Use the Bug/Feature templates; include steps to reproduce and logs if relevant.
Thanks for helping improve Pocket Server!