Skip to content

Development

Ângelo Azevedo edited this page May 28, 2025 · 1 revision

Development

Contributing

  • Fork the repository and create a feature branch.
  • Follow code style guidelines (Kotlin, JavaScript/TypeScript).
  • Write clear commit messages.
  • Open a pull request for review.

Running Tests

  • Backend:
    cd api
    ./gradlew test
  • Frontend:
    cd website
    npm test

Useful Commands

  • Build backend: ./gradlew build
  • Lint frontend: npm run lint

Clone this wiki locally