Documentation
Installation

Installation

To work on this application locally, you will need to get API Keys of few services.

  1. After you have all the keys, you can copy the .env.example and rename it to .env.local. Then, fill in the keys in the file.

  2. Install the dependencies

    pnpm i
  3. Run the development server

     pnpm dev