diff --git a/README.md b/README.md index 648d2b9..85d76b8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ # cs448b-final-project To use: + clone the repository + +cd final-project + +Unzip the data.zip +You should now see a data folder with 3 sub-folders: data/matchdetails_data, data/matchlist_data, and data/timeline_data + In one shell tab: `node server.js` + In another shell tab: `python -m SimpleHTTPServer:8000` -navigate to `localhost:8000` \ No newline at end of file + +navigate to `localhost:8000`