- Fork the repository
- Create a new branch
- Make your changes
- Submit a pull request
- Install dependencies:
npm install
- Configure environment:
cp .env.example .env
- Build the project:
npm run build
- Run the project:
npm run start # or "npm run dev" if you prefer
- Write clean, documented code
- Follow TypeScript best practices
- Update documentation as needed
- Update documentation
- Check if all works
- Submit PR with clear description
When reporting bugs, include:
- Node.js version
- Framework version
- Additional npm used
- Full error message
- Minimal code example
When requesting features:
- Explain the use case
- Provide sample code, if applicable.
- Describe the expected behavior and
- Indicate if you can contribute your time
- Indicate if you can help fund development