mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
Chore/add setup and contributing docs (#90)
* chore: add dev setup documentation * Add agents.md files * simplify contributing documentation
This commit is contained in:
parent
e83f3a36d2
commit
59894d7dec
20 changed files with 510 additions and 329 deletions
6
ui/.env.example
Normal file
6
ui/.env.example
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue