diff --git a/website/index.html b/website/index.html index 730b0eb..3e8339d 100644 --- a/website/index.html +++ b/website/index.html @@ -177,8 +177,11 @@ smriti metrics # project coordination KPIs

1. Install

git clone https://github.com/himanshudongre/smriti
 cd smriti
-make setup-local              # backend venv + CLI + frontend, no Docker
-make dev-local                # backend on http://localhost:8000
+make setup-local              # backend venv + CLI + frontend, no Docker
+

Start the backend in one terminal and keep it running:

+
make dev-local                # backend on http://localhost:8000
+

In a second terminal, activate the CLI before running smriti commands:

+
cd smriti
 source backend/.venv/bin/activate