Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 516 Bytes

File metadata and controls

21 lines (12 loc) · 516 Bytes

Cometh getting started example

Discover all the cometh tools here: our documentation.

Installation

Don't forget to add cometh-demo.eu.auth0.com to your project's authorized domains on https://app.cometh.io/.

Clone the repo and run yarn install

Setup your .env file from the .env.example file.

Start

Set you Cometh API KEY in the following env var:

export NEXT_PUBLIC_COMETH_API_KEY=YOUR_API_KEY

After the successfull installation of the packages: yarn dev