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."
Clone repository and install dependencies:
$ git clone [email protected]:acareaga/itamae.git
$ cd itamae
$ npm install
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
Uses with the following versions:
"ember-cli": "2.3.0",
"file-bin": "0.2.0"
To submit patches:
- Fork this repository
- Implement the desired feature with tests (and documentation if necessary)
- Submit a pull request
Features that would be nice to include:
Please open an issue if you have any other updates that would be nice to have.
The itamae
codebase is released under the MIT license.