Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,17 @@
git clone https://github.com/mrinalray/Cybershield_URL.git
cd Cybershield_URL

# 2. Configure environment variables
# 2. Install dependencies
npm install

# 3. Configure environment variables
cp .env.example .env
# Open .env and fill in API_KEY and GEMINI_API_KEY

# 3. Start the backend
# 4. Start the backend
node server.js

# 4. Open frontend
# 5. Open frontend
# Open index.html in your browser
```

Expand Down