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": "This project is a web application for predicting crop yield based on various factors such as state, district, season, crop type, and area.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"frontend": "npm run start --prefix frontend",
"backend": "npm run start --prefix backend",
"start": "concurrently \"npm run frontend\" \"npm run backend\""