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 💃
- Node version 16 or higher is required
- A Momento Auth Token is required, you can generate one using the Momento CLI
# Install dependencies
npm install
npm run build
npm run lint
npm run test
export TEST_AUTH_TOKEN=<YOUR_AUTH_TOKEN>
npm run integration