https://github.com/kennethormandy/typecooker-togo
A small TypeCooker app for mobile devices.
https://github.com/kennethormandy/typecooker-togo
Last synced: about 1 year ago
JSON representation
A small TypeCooker app for mobile devices.
- Host: GitHub
- URL: https://github.com/kennethormandy/typecooker-togo
- Owner: kennethormandy
- License: mit
- Created: 2015-01-27T01:36:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T20:31:37.000Z (over 10 years ago)
- Last Synced: 2025-03-18T02:19:24.175Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://typecooker-togo.kennethormandy.com
- Size: 2.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# TypeCooker ToGo
A small TypeCooker app for mobile devices.
## Getting started
To run the app locally, you’ll need a recent version of [Node.js](http://nodejs.org) installed, and to clone the project:
```sh
git clone https://github.com/kennethormandy/typecooker-togo
cd typecooker-togo
```
Now, you can install dependencies:
```sh
npm install -g cordova ionic
npm install
npm start
```
## License
[The MIT License (MIT)](LICENSE.md)
Copyright © 2015 [Kenneth Ormandy](http://kennethormandy.com)