Skip to content

Latest commit

 

History

History
executable file
·
33 lines (22 loc) · 423 Bytes

README.md

File metadata and controls

executable file
·
33 lines (22 loc) · 423 Bytes

origami

Origami is my standard bootstrap project for distributed TCP applications.

Installation

Software Dependencies

Compile

$ make

Starting origami

To start origami in development mode, from the project directory run:

$ make run

Running tests

$ make tests

Making a release

$ make release