mirror of
https://github.com/Picovoice/porcupine.git
synced 2022-01-28 03:27:53 +03:00
porcupine-web-angular
This is the Angular workspace for building the porcupine-web-angular package.
Install
Run yarn to install the Angular workspace dependencies:
yarn
Build
To build the project:
yarn build porcupine-web-angular --prod
Lint and Format
Format code with Prettier:
yarn format
Lint code with ESLint:
yarn lint