A Simplenote React client packaged in Electron. Learn more about Simplenote at Simplenote.com.
- Clone the repo:
git clone https://github.com/Automattic/simplenote-electron.git
npm install
ordocker-compose up install
(if Docker installed)npm start
ordocker-compose up dev
(if Docker installed)- Open http://localhost:4000.
- Sign up for a new account within the app. Use the account for testing purposes only as all note data will be periodically cleared out on the server.
Note: Simplenote API features such as sharing and publishing will not work with development builds.
Install electron globally npm install -g electron --save-dev
, then:
- Run
npm run build
- Run
electron .
You can also pass along the --devtools
option after electron .
to open the developer tools
Please adhere to the same guidelines as found in wp-calypso.
- node-simperium for Simperium syncing.
- ReactJS for UI.
- Electron for wrapping the JavaScript application.