Getting Started

First, Add your keys in .env.local: API_KEY=KEY SESSION_ID=ID TOKEN=TOKEN

second, run the development server:

npm i && npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

image

image