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 NewsHive, a multilingual news aggregation platform designed to provide accurate, timely, and personalized news to users in their preferred language. NewsHive aims to break down language barriers and unify fragmented news platforms into a single, cohesive user experience.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently -n \"client,server\" -c \"bgBlue,bgGreen\" \"npm run client\" \"npm run server\"",