Follow the instruction here below for the development instructions.
What things you need to install the software and how to install them
- Node (global)
- Yarn (global)
A step by step series of examples that tell you how to get a development env running
Install yarn project's dependencies
yarn
Explain how to run the automated tests for this system
Explain what these tests test and why
...
Explain what these tests test and why
...
Build all widget using Rollup:
yarn build
Watch component using Rollup with dev purpose:
yarn watch
To view the component changes:
cd ./work
sh ./work/serve.sh
You will see the components in action at http://0.0.0.0:8000/ url.
Look the CONTRIBUTING.md
file.
- Luca Fedrizzi - Initial work - fedriz