since for some unknown reason this repo has a lot of fork so, updated one is here: ieggle-saas
- clone the repo and go into it
git clone https://github.com/amitanshusahu/Omegle-fullstack/ & cd Omegle-fullstack/- go to the client folder and start dev server
cd client && npm run dev- go to the server folder and start server
cd ../server && npm start
