Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 429 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 429 Bytes

Contribution guide

Please be sure to read the contribution guidelines before making or requesting a change.

Bug

Before reporting a new issue, try to make sure your problem doesn't already exist.

You should better also provide a minimal and reproducible example.

Development

Make sure that you have installed:

  • Node > 10
  • pnpm >= 5

Then:

git clone git@github.com:meowtec/relyzer.git
cd relyzer
pnpm i