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.gitconfig.jsconfig.jsmodule.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 buildelectron .Please adhere to the same guidelines as found in wp-calypso.