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": "Devs4U is a web application that connects freelancers with contractors and allows them to manage their projects. It still needs lots of refactor, tests and deployment. Basically is a work in progress.",
"main": "index.js",
"scripts": {
"start": "cd server && yarn && yarn start",
"heroku-postbuild": "cd client && yarn && yarn run build"