Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 767 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (31 loc) · 767 Bytes

Contributing

Setup

Clone the repository:

git clone <url>

Navigate to the cloned directory

Install local dependencies:

npm install

Build:

npm run build

Or if using VScode: Ctrl + Shift + B

Test

npm test

By default the tests run using PhantomJS browser

The build and tests use webpack to compile all the source modules into bundled module that can be executed in the browser.

Running the demo

npm run install:demo
npm run demo

Open the address to view in the browser:

http://localhost:8080/

Flow Diagram for the PowerBIEmbed Component:

Flow Diagram