To run:
1. git clone https://github.com/beatriceo/hackathon-2018.git
2. cd hackathon-2018
3. Install python3 and pip if not present
4. Install dependencies
4.1 If on Linux:
- ./linux_install.sh
4.2 If on MacOS or BSD:
- pip install -r requirements.txt
5. cd server
6. python3 server.py & python3 web.py
7. Navigate to localhost:8080 in your browser, and get your friend to join at <your_ip_address>:8080 in theirs
8. (Optional) Enjoy!