Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 384 Bytes

File metadata and controls

42 lines (27 loc) · 384 Bytes

🚀 How to Run CodeArena

📦 Install Dependencies

Root

npm install

Backend

cd backend
npm install

Frontend

cd ../frontend
npm install

▶️ Run the Project

Go to root folder and run:

npm run dev

🌐 Ports