Skip to content

control9/simplenote-electron

 
 

Repository files navigation

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.json
  3. Add the Simplenote application id and token to config.json
{
  "app_id":     "your-app-id",
  "app_key":    "yourappkey"
}
  1. npm install or docker-compose up install (if Docker installed)
  2. npm start or docker-compose up dev (if Docker installed)
  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 --save-dev, then:

  1. Run npm run build
  2. Run electron .

You can also pass along the --devtools option after electron . to open the developer tools

Coding Guidelines

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

Dependencies

About

A Simplenote React app packaged in Electron

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.2%
  • CSS 14.9%
  • Smarty 1.4%
  • Makefile 1.2%
  • HTML 0.3%