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": "Changemakers want to solve big social problems. Changemappers help them find & support each other and long-lasting impactful systemic change.",
"main": "index.js",
"scripts": {
"preinstall": "cd changemappers-backend && npm i && npm run dev",
"postinstall": "cd changemappers-frontend && npm i && npm run build",
"start": "cd changemappers-backend && npm start; cd changemappers-frontend && npm run dev;"