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": "Create a comprehensive resume editor in LaTeX with an integrated uploader. Generate shareable links for your resume page and simplify the process of updating your resume without the need to re-upload it. Say goodbye to the hassle of repeatedly uploading your resume to Google Drive and replacing files each time you make updates.",
"main": "index.js",
"scripts": {
"server": "npm run dev --prefix server",
"client": "npm start --prefix frontend",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"test": "echo \"Error: no test specified\" && exit 1"