Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 402 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 402 Bytes

Project Setup

Required Software

  • yarn (for dependency installs and workspaces)

Install

git clone https://github.com/n1ru4l/graphql-live-query graphql-live-query
cd graphql-live-query
yarn
yarn build

Build packages

yarn build

Test features

Checkout the todo-example apps at packages/todo-example for testing.

Please write tests for all new features.