working website

This commit is contained in:
abhishek
2026-05-26 11:53:33 +00:00
parent 8e936240ee
commit 05e67c9501
6405 changed files with 1668 additions and 0 deletions

5
frontend/.env Executable file
View File

@@ -0,0 +1,5 @@
# Frontend env — copy to `.env` (or `.env.local`).
# Dev: leave empty to use the Vite proxy → http://127.0.0.1:8000
# Prod: set the absolute API base, e.g. https://risingcompute.in
VITE_API_BASE_URL=
VITE_API_PROXY=http://127.0.0.1:8000