Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 397 Bytes

Macro Panel

React component for Macro Chrome Extension

Getting started

  • yarn install
  • npm run lint
  • npm run build:watch

Macro development

Clone this repo and create a global symlink:

  • git@github.com:calvinnhieu/macro-panel.git
  • cd macro-panel
  • npm link

In your Macro repo:

  • npm link macro-panel