# 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:** ```sh cd api ./gradlew test ``` - **Frontend:** ```sh cd website npm test ``` ## Useful Commands - Build backend: `./gradlew build` - Lint frontend: `npm run lint`