A live version of the app is available at: https://mountcomb.github.io/offline-memos/
This is an offline-first Progressive Web App (PWA) for Memos. It allows you to manage your notes offline and sync them with your Memos instance later.
After opening the app, go to the settings page to configure your Memos API endpoint and access token to enable syncing.
-
Prerequisites:
- Node.js
pnpm
-
Installation:
git clone https://github.com/mountcomb/offline-memos.git cd offline-memos pnpm install -
Run the app:
pnpm dev