How to
To begin development first you need to git clone this repository to your local machine. Once that's done, on the main directory, run
npm installto install the packages and then run
npm startto rollup the project.
From here, every time a change is made the project will be built automatically. To test it out follow the instructions on Examples and use of the examples as a development template.
Last updated