Spaces:
Running
Running
metadata
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
npm install
Setup env
Create env using env.example file
cp .env.local.example .env.local
Fill the variable with your own API keys from https://supabase.com/
Running
npm run dev