This repository contains standalone components for use in the commonsbooking WordPress plugin.
The CommonsBooking Vue component library uses the Vite build tool.
Run npm ci
once in order to set up your local environment.
You can start a local development server by executing
npm run dev
# lint the sources
npm run lint
# auto-fix some formatting issues
npm run format
# execute tests
npm run test