After cloning this repo and running yarn or npm install in the root folder, locate the flite and lance folders from the distribution archive and copy them to the public folder under the project root.
If you use only one of the plugins, then please edit app.component.ts and comment out the line that adds the unused plugin to the external_plugins object.
The app component includes an onTest() method, which can edit to attach your own logic to the test button.
To start a local development server, run:
ng serveOnce the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.