- Clone the repo into a local folder
- cd into project folder
- run
yarn install - run
yarn dev
You will need to specify environment variables for testing. Copy the .env.example file and name it .env. Fill in your client id, secret, and API origin like https://api.mediahound.com/.
Run yarn test
To publish an update to the houndjs library:
- run
yarn version - run
yarn build - run
yarn publish - run
git push && git push --tags