This repo contains the libs related to the lumapps widget playground (@lumapps-extensions-playground)
The libraries are in the directory libs
, each of them can be used independantly.
To learn more about how to contribute (develop, publish ...) see CONTRIBUTING.md
- >=
node16.X
- yarn
For an easy installation of those requirements,
we recommend n
for Node version management (Github).
- Install the expected Node version:
$ n install X.Y.Z
- Install yarn:
$ npm install --global yarn
Be aware that alternatives are availables, including volta or nvm.
$ yarn && yarn start