This repository contains the source code for the Rumpus project.
- Java 17
- MySQL server
- Gradle
- npm
- Node.js
- React
Clone the repository to your local machine. Be sure to clone the
common
and
buildSrc
repository as well. Clone all three repositories into the same directory. Init gradle in the top level directory containing all three repositories.
Use runner.py to run the application. Here are some common commands you might find useful: (TODO: update these commands)
- Run the application
./runner.py run - Run the application without tests
./runner.py run -x test - Run the application without tests and clean the build first
./runner.py run --clean -x test - Run the application without tests and clean the build first
./runner.py run --clean -x test - Run the application without tests and clean the build first
./runner.py run --clean -x test - Run the application without tests and clean the build first
./runner.py run --clean -x test - Run the application without tests and clean the build first
./runner.py run --clean -x test
Look through the runner.py file for more commands and options.
Please read CONTRIBUTING.md (TODO: create CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.