Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 695 Bytes

contributing.md

File metadata and controls

30 lines (19 loc) · 695 Bytes

Contributing

Development

Install all the project dependencies with:

npm install

Start the local development server with:

npm run start

The plugin will be served from http://localhost:3000/. Insert this URL as the plugin Entry point URL.

Publishing

Before publishing this plugin, make sure:

  • you've properly described any configuration parameters in this README file;
  • you've properly compiled this project's package.json following the official rules;

When everything's ready, just run:

npm run publish