The following is targeting developers who want to set up this repository locally to contribute, test or just play around.
- Node.js 16.X
- npm 8.X
# checkout repo
git clone https://github.com/bosonprotocol/widgets.git
# install deps
cd widgets
npm ci
npm run build
npm run dev