Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.24 KB

CONTRIBUTING.md

File metadata and controls

55 lines (38 loc) · 2.24 KB

Contributing to Tentacle PLC

First off, thanks for taking the time to contribute!

Tables of Contents

What is Tentacle PLC?

Contributing on GitHub

Additional resources

Setting up local environment for Tentacle PLC

Setting up local environment for documentation

  • Clone tentacle-plc
  • Install Node.js v16.13.2
  • Open up the repository
  • Change directory to docs folder
  • Add the token for Greensock
  • Run the npm install
  • Then run npm run docs:dev to start and run the local server
  • Press CTRL + C to stop the local server

FAQs

  • Why create Tentacle PLC?
    • See @joyja response here

References