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": "A simple interface for finding papers, taking detailed notes, building a habit out of reading papers, and sharing your ideas with others.",
"scripts": {
"client": "cd client && yarn start",
"server": "cd server && yarn server",
"start": "concurrently -c \"bgBlue.bold,bgMagenta.bold\" -p \"[{name}]\" -n \"CLIENT,SERVER\" \"yarn run client\" \"yarn run server\" "