Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 615 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 615 Bytes

speakeasy

Prototype application for using different speech APIs to display text on screen. Based on the Aurelia framework.

Running

To run the app, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following commands:
npm install
npm install -g gulp jspm@beta
jspm install -y
  1. To run the app, execute the following command:
gulp watch
  1. Browse to http://localhost:9000 to see the app.