From 7ad1d49e61e118a9c614f5547c9507194d330c07 Mon Sep 17 00:00:00 2001 From: Amy Wang <74884877+amjiao@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:12:23 -0500 Subject: [PATCH 1/2] Initialize README with project details and setup Added project description and getting started instructions. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..87beee7 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Score +

score_icon

+ +Score is Cornell’s all-in-one sports discovery hub that makes Cornell sports easily accessible and engaging for the entire community. A free and open-source app, Score helps facilitate the seamless discovery, tracking, and engagement of Cornell sports, allowing students to conveniently stay informed on sports games and feel motivated to actively participate in the campus sports culture. + + +## Getting Started +1. Clone the repository +2. Download the following two files (AppDev members can find it pinned in `#score-android` in the Slack) + - `score-keystore` + - `google-services.json` +4. Add those two files to the project root in Android Studio +5. Build and run! From 0a23820d5ff1051f8212e8f2ef8a03c14f089c68 Mon Sep 17 00:00:00 2001 From: Amy Wang <74884877+amjiao@users.noreply.github.com> Date: Thu, 5 Feb 2026 12:24:57 -0500 Subject: [PATCH 2/2] Add secrets.properties --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87beee7..d93e544 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,6 @@ Score is Cornell’s all-in-one sports discovery hub that makes Cornell sports e 2. Download the following two files (AppDev members can find it pinned in `#score-android` in the Slack) - `score-keystore` - `google-services.json` -4. Add those two files to the project root in Android Studio + - `secrets.properties` +4. Add those three files to the project root in Android Studio 5. Build and run!