Thanks for considering a contribution to Lily Protocol.
- Copy
.env.exampleto.env. - Install dependencies with
npm install. - Start the development server with
npm run dev.
Before opening a pull request, run:
npm run lint
npm run build
npm run test- Keep changes focused and modular.
- Add or update tests when behavior changes.
- Prefer small pull requests with a clear description.
- Open an issue first for major architectural changes.
- Follow the module pattern used in
src/modules/agentsfor new features.