nfcampos / simplenote-electron

A Simplenote React app packaged in Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplenote for Electron

Screenshot

A Simplenote React client packaged in Electron. Learn more about Simplenote at Simplenote.com.

Development Requirements

Running

  1. Clone the repo: git clone https://github.com/Automattic/simplenote-electron.git
  2. Create a new file in the root directory, named config.js
  3. Add the Simplenote application id and token to config.js
module.exports = function() {
  return {
    app_id:     "your-app-id",
    // For creating/authenticating users
    app_key:    "yourappkey"
  };
};
  1. npm install
  2. npm start
  3. Open http://localhost:4000. You can sign in to the app with your Simperium credentials.

Note: Simplenote API features such as sharing and publishing will not work with development builds.

Electron

Install electron globally npm install -g electron-prebuilt, then:

  1. Run npm run build
  2. Run electron .

Coding Guidelines

Please adhere to the same guidelines as found in wp-calypso.

Dependencies

About

A Simplenote React app packaged in Electron

License:GNU General Public License v2.0


Languages

Language:JavaScript 79.5%Language:CSS 17.1%Language:Smarty 1.7%Language:Makefile 1.3%Language:HTML 0.4%