# kd.js
Core JavaScript library for KarmaData API

# Publish Setup

Create a `.env` file in the root directory of your project. Add your environment-specific values. (see `.env.sample` file for help)

# Build process

After making changes, run `npm run build`. This will generate a minified build and place it under
`dist/` directory.
