@menucloud/mc-takeout-capture
v0.0.35
Published
Takeout / Delivery Capture Widget for Menucloud elements
Readme
Menucloud Booking Capture
Getting Started
To start a new project using Stencil, clone this repo to a new directory:
git clone https://[email protected]/noocleus/mc-booking-capture.git my-app
cd my-app
git remote rm originand run:
npm install
npm startTo build the app for production, run:
npm run buildTo run the unit tests once, run:
npm testTo run the unit tests and watch for file changes during development, run:
npm run test.watch