sidgtl / ping-pong

We hacked our ping pong table! This is v1 of our ping pong automation

Home Page:https://sidigital.co/blog/lab-notes-hacking-our-ping-pong-table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Installation Instructions

sheluchin opened this issue · comments

Please provide installation instructions for the project.

+1 to this. I have cloned the repo and installed, but would be helpful to know how to access now

commented

We currently don't have instructions as the project's not really in an install and go state. There are parts such as the RFID controller that are fairly specific to our hardware implementation, making this more of a boilerplate for now. We had limited time for this first release as this is a hack project, we want to make things more flexible in future versions.

@craigcoles take a look in config.example.js for the clientUrl and clientPort settings; these dictate how the client is served. For example, set clientUrl: 'http://localhost:8080' and clientPort: 8080 and the client will be available at http://localhost:8080 when you start the app. You'll also need to rename the file to config.js.

Hope this helps, any other questions open an issue and we'll do our best to help! (: