CURdashboard icon indicating copy to clipboard operation
CURdashboard copied to clipboard

Build and code test hygiene

Open vivekrsharma opened this issue 6 years ago • 0 comments

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.

vivekrsharma avatar Apr 06 '18 18:04 vivekrsharma