-
Notifications
You must be signed in to change notification settings - Fork 525
Starter guide
Philip London edited this page Mar 16, 2020
·
5 revisions
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