Skip to content

Contributing

chang edited this page Sep 25, 2022 · 1 revision

NgTerminal is developed with Angular CLI. You can always write an issue and make a PR to master branch.

Run an example locally

You can run an example in your local environment.

  1. git clone https://github.com/qwefgh90/ng-terminal.git
  2. npm install --force
  3. npm run start

Available commands

  • Running an example app in your environment: npm start
  • Testing ng-terminal: npm test
  • Creating a tarball for testing with external angular apps: npm run local
  • (Travis) Creating a static page for this project: npm run page
  • (Maintainer) Deploying a library to the npm registry: npm run publish
Clone this wiki locally