-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# Tennis-Video-Viewer | ||
A web app focused on tennis match playback, allowing timestamps for points | ||
A web app focused on tennis match playback integrating with point-level data, supporting filtering the match by point attributes. | ||
|
||
# Getting Started | ||
1. Clone the repo | ||
2. Run `npm install` to install dependencies | ||
3. Run `npm run dev` to run the test server | ||
4. Navigate to `localhost:3000` in your browser | ||
|
||
# Development Notes | ||
A firestore database was created. A web app was linked in Project Settings -> Apps -> Web App. The config object was copied into the firebaseInit file. | ||
|
||
csvjson.com: turn CSVs into JSON | ||
|
||
```npm run dev``` to run the test server | ||
Before uploading a CSV, it must be converted to JSON. Use csvjson.com. |