Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

47 lines (36 loc) · 551 Bytes

Contributing

Running on development machine

Install library dependencies:

yarn install
npm install

Build library in watch mode:

yarn start
npm start

In a separate console:

Install example page dependencies:

cd example
yarn install
cd example
npm install

Build and serve example page in watch mode:

yarn start
npm start

Open a browser an point it to the URL where server is running: the example page should appear.