Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 353 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 353 Bytes

odoo-xmlrpc - contributing

Setup repository

  • Clone this repository and enter in its directory

  • Install all dependencies with npm install

  • Make all edits to src directory

Build

Use npm run build command, it will compile and generate distributable files into dist directory, referenced by main property in package.json.