This repository uses yarn@v1
.
Other package managers may work but are not officially supported for development.
To set up the repository, run these commands from the repository's root:
yarn
yarn build
This will install all the required dependencies and build output files to dist/
.
node EXAMPLE_NAME.mjs
Copy the file .env.example
to .env
and edit it with your preferred API key and server URL.