Built with Node version 18.16.0. Not tested on any earlier versions.
- Clone the repository.
- In the project root directory, run
npm install
. - Ensure that an
.env
file exists in the root directory with the values specified in.env.example
. You'll need an access token for The One API. - Run
npm run start
.