Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 345 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (12 loc) · 345 Bytes

polydev

Contributing

How to Work on Polydev

  1. Fork & clone this repo, as usual.

  2. yarn install

    (This will install the polydev binary globally.)

  3. yarn dev EXAMPLE_NAME

(This is for "development" mode)

  1. yarn start EXAMPLE_NAME

(This is for "production" mode)

How to Publish

  1. yarn release