-
Notifications
You must be signed in to change notification settings - Fork 536
Starter guide
Tony Popov edited this page Jul 6, 2018
·
5 revisions
- Installation
- [Pre-commit testing](###pre-commit testing)
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