You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Welcome to GameofSource Web Development Arena. <h3>About Event</h3> Game of Source is a Open-Source Contribution event being organized by GeeksForGeeks and its student chapters across PAN India. The event is going to witness the participation from students of over 100+ colleges in various cities and will provide a plethora of opportunities to budding developers to directly learn from the domain experts and try their hands on practical execution of events in this celebration of learning.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"build": "npm run build --prefix client",
"dev": "concurrently \"npm run server\"\"npm run client\""