chore: add dev setup documentation

This commit is contained in:
Abhishek Kumar 2025-12-27 07:59:45 +05:30
parent e83f3a36d2
commit 2fb644546c
12 changed files with 311 additions and 8 deletions

6
ui/.env.example Normal file
View file

@ -0,0 +1,6 @@
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000
BACKEND_URL=http://localhost:8000
NEXT_PUBLIC_NODE_ENV=development
NEXT_PUBLIC_DEPLOYMENT_MODE: "oss"
NEXT_PUBLIC_AUTH_PROVIDER="local"