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": "Because they lack a central location to store, arrange, and conveniently retrieve notes, people frequently misplace or forget crucial information. By developing a persistent, searchable workspace that enables users to tag, edit, and store notes indefinitely, this project addresses that issue.",
"main": "sw.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js",
"build": "node build.js",
"deploy:cloudflare": "npm run build && wrangler pages deploy public --project-name global-notes-workspace --branch main"