Two ways to embed it
You can add the widget in two ways. As a React component by installing the npm package @growflowstudio/growflowbooking-widget and importing <BookingWidget /> into your project, or as a standalone bundle: include the <script> tag served at /widget.js (an IIFE with React already bundled) and mount the widget in a few lines. The first is ideal for React apps, the second for any site or CMS.