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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,9 @@ cd CodeLens/frontend
# 2. Install dependencies
npm install

# 3. Create environment file
echo "VITE_API_BASE_URL=http://localhost:5000/api" > .env
# 3. Create environment file (Remove quotes to ensure cross-platform compatibility for Windows users)
echo VITE_API_BASE_URL=http://localhost:5000/api > .env


# 4. Start the development server
npm run dev
Expand Down
Loading