Skip to content

Recipe app built with Ember, Electron, and OCR

Notifications You must be signed in to change notification settings

acareaga/itamae

Repository files navigation

itamae

Description

The itamae app is an easy to use digital recipe app built with Ember, Electron, and Optical Character Recognition.

An itamae (板前) is a cook in a Japanese kitchen and can be translated literally as "in front of the [cutting] board."

Installation

Clone repository and install dependencies:

$ git clone [email protected]:acareaga/itamae.git
$ cd itamae
$ npm install

Usage

Fire up a development server:

npm start

To build the static files:

`ember build` (development)
`ember build --environment production` (production)

To run tests in Mocha:

mocha

Dependencies

Uses with the following versions:

"ember-cli": "2.3.0",
"file-bin": "0.2.0"

Contributing

To submit patches:

  • Fork this repository
  • Implement the desired feature with tests (and documentation if necessary)
  • Submit a pull request

Future

Features that would be nice to include:

Please open an issue if you have any other updates that would be nice to have.

License

The itamae codebase is released under the MIT license.

About

Recipe app built with Ember, Electron, and OCR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published