Description
The Makefile for local gitfeed development and remote differs since we have different purposes: local development versus deployment and cross-platform support for killing running processes across Mac and Linux machines. We want to be able to spin up the entire application with one makefile command that is consistent across platforms.
Steps
- Consolidate Makefile and CI/CD commands
- Make sure commands are Mac/Linux compatible.
- Clean up Makefile
Description
The Makefile for local gitfeed development and remote differs since we have different purposes: local development versus deployment and cross-platform support for killing running processes across Mac and Linux machines. We want to be able to spin up the entire application with one makefile command that is consistent across platforms.
Steps