We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Installation and local launch process process is described in README.md
To add automatic pre-commit tests and lint check run the following script in the project root
echo $'#!/bin/sh\n\nyarn vet' > ./.git/hooks/pre-commit && chmod +x ./.git/hooks/pre-commit