--- title: Pnp Chatbot Admin V1 emoji: 💻 colorFrom: purple colorTo: red sdk: docker pinned: false license: apache-2.0 short_description: Admin Chatbot PNP --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference ### Chatbot Admin App #### Technologies - Javascript/Typescript - Next Js - React - Supabase (Database and Authentication) - shadcn/ui #### Install dependencies ```bash npm install ``` #### Setup env Create env using env.example file ```bash cp .env.local.example .env.local ``` Fill the variable with your own API keys from https://supabase.com/ #### Running ```bash npm run dev ``` #