Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 609 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 609 Bytes

Examples README

Setting up the environment

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/.

Run the examples

node EXAMPLE_NAME.mjs

.env file: API keys and server URLs

Copy the file .env.example to .env and edit it with your preferred API key and server URL.