Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 397 Bytes

DEVELOPING.md

File metadata and controls

15 lines (10 loc) · 397 Bytes

Developing

Introduction

How do I setup the project?

  1. Fork the repo
  2. Install dependencies: npm install
  3. Ensure everything is working: npm run validate

What's the workflow?

  1. Create your feature branch: git checkout -b my-new-feature
  2. Write code
  3. Once complete, submit a pull request on GitHub.