Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 547 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 547 Bytes

Introduction

Thanks for taking the interest in making the git-slide-deck tool even better!

Your First Contribution

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

Prerequisites

  • Node >= 11.0
  • Yarn >= 1.12.0
  • Watch (optional)

On mac, using homebrew: brew install node yarn watch

Getting started

  • Install dependencies: yarn install