Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 827 Bytes

CONTRIBUTING.md

File metadata and controls

55 lines (37 loc) · 827 Bytes

Welcome to client-sdk-javascript contributing guide 👋

Thank you for taking your time to contribute to our JavaScript SDK!
This guide will provide you information to start your own development and testing.
Happy coding 💃

Requirements ☕

  • Node version 16 or higher is required
  • A Momento Auth Token is required, you can generate one using the Momento CLI

First-time setup 🔧

# Install dependencies
npm install

Build 💻

npm run build

Linting 🔦

npm run lint

Tests ⚡

Run unit tests

npm run test

Run integration tests

export TEST_AUTH_TOKEN=<YOUR_AUTH_TOKEN>
npm run integration