Contributing
Thank you for your interest in contributing to @cognipeer/agent-server!
Development Setup
- Clone the repository:
bash
git clone https://github.com/Cognipeer/agent-server.git
cd agent-server- Install dependencies:
bash
npm install- Start development mode:
bash
npm run devRunning Tests
bash
npm testBuilding
bash
npm run buildCode Style
We use ESLint for code linting:
bash
npm run lintPull Requests
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests and linting
- Submit a pull request
Reporting Issues
Please report bugs and feature requests on GitHub Issues.

