Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 273 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 273 Bytes

Contributing

Contributions are always welcome, no matter how large or small.

Developing

Install esy:

npm install -g esy@latest

Install dependencies:

make install

To build executables:

make build

To run tests:

make test