Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 623 Bytes

File metadata and controls

27 lines (19 loc) · 623 Bytes

Contributing

Thanks for considering a contribution to Lily Protocol.

Local setup

  1. Copy .env.example to .env.
  2. Install dependencies with npm install.
  3. Start the development server with npm run dev.

Quality checks

Before opening a pull request, run:

npm run lint
npm run build
npm run test

Contribution guidelines

  • 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/agents for new features.