You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup a Bitbucket account and add the same SSH key.
Request access to the Bitbucket codebase.
Clone the build
git clone --recursive git@github.com:DavisCSClub/Main-Website.git
Setup for IDE
Download either Eclipse or IntelliJ.
Run ./gradlew build.
If you downloaded Eclipse, run ./gradlew cleanEclipse eclipse.
If you downloaded IntelliJ, run ./gradlew cleanIdea idea.
Open your IDE and import the project.
Running it Locally
Run ./gradlew bootRun.
Contributing
Always create an issue for any features or bugs.
Commit strictly only to the integration branch. Integration gets promoted to preview every Sunday night. Preview gets promoted to production every Sunday night. Any commits to preview/production directly will require a pull request.