Link to the demo
If you want to run the code locally, you'll need the token and endpoints. You can get those here. Then create your own .env.local
and config your variables.
To start, install the dependencies:
npm install
# or
yarn add
Then you can run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.