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
# Install dependencies
npm install
# Install PouchDB Server
npm install -g pouchdb-server
# Run PouchDB
pouchdb-server --port 5984
# Run app
npm run dev