Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 862 Bytes

File metadata and controls

28 lines (16 loc) · 862 Bytes

Contributing

Thanks for reading this! We are welcoming your contributions.

Bug reports

Feature requests

Critical security issues

  • Please contact us at board at menhera.com.

Pull requests

  • Pull requests are welcome. Before creating one, please check for coding style consistency.

Development

This project uses Node.JS/NPM. For installing Node.JS, we strongly recommends using NVM.

Clone this repository and run npm install to install the dependencies. To build the extension, run npm run build or make. To clean the generated files, run npm run clean or make clean.