Fork this repository on GitHub, then clone your fork to your computer.
If you’re using IntelliJ IDEA (highly recommended):
Configure the JDK Use this guide to set up JDK 17 in IntelliJ.
Import as a Gradle Project Follow this guide.
Verify the Setup
MainApp.java (entry point: seedu.address.Main)./gradlew test or open the Testing.md for guidancelist, add, or taskTeamScape uses GitHub Actions for CI. Configuration files are in .github/workflows.
CI will automatically run on each push or pull request. No extra setup is required.
Once setup is complete, we recommend familiarizing yourself with TeamScape's overall design:
📖 See: Developer Guide → Architecture
These tutorials will help you understand how TeamScape (originally AB3) works:
🔄 You can adapt these tutorials to your custom commands like
task,mark, orsetduedate.