CURdashboard
CURdashboard copied to clipboard
Build and code test hygiene
Currently, we've checked in a binary file under bin that gets run on the ec2 instances in cloud formation.
This gets generated and checked in every time we make code change. We should have a makefile that we can run to compile/build the code.
An additional benefit of having this is it will enable contributions from other developers.