Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 280 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 280 Bytes

Contributing

  1. Ensure the correct version of Golang is installed. The version can be found in ./go.mod.
  2. Install the dependencies with make install.
  3. Compile the code with make build.
  4. Print the help text with frontier --help.
  5. Run the tests with make test.