Automattic / simplenote-electron
- суббота, 13 августа 2016 г. в 03:14:03
JavaScript
A Simplenote React app packaged in Electron
A Simplenote React client packaged in Electron. Learn more about Simplenote at Simplenote.com.
git clone https://github.com/Automattic/simplenote-electron.git
config.js
config.js
module.exports = function() {
return {
app_id: "your-app-id",
// For creating/authenticating users
app_key: "yourappkey"
};
};
Note: Simplenote API features such as sharing and publishing will not work with development builds.
Install electron globally npm install -g electron-prebuilt
, then:
npm run build
electron .
Please adhere to the same guidelines as found in wp-calypso.