Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 367 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 367 Bytes

Contributing Guide

To contribute you will need to ensure you have properly set up the Node.js environment.

Then clone the repo and run npm install for installing required development dependencies.

git clone --recurse-submodules https://github.com/SumoLogic/sumologic-opentelemetry-js.git
nvm use
npm install
npm run build