Skip to content

Starter guide

Philip London edited this page Mar 16, 2020 · 5 revisions

Contents

  1. Installation
  2. 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