Skip to content

Starter guide

Tony Popov edited this page Jul 6, 2018 · 5 revisions

Contents

  1. Installation
  2. [Pre-commit testing](###pre-commit testing)

Installation

Installation and local launch process process is described in README.md

Pre-commit testing

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
Clone this wiki locally