This is the back office front-end for Freshcom API
First, make sure you have Freshcom API running locally.
Second, rename .env.example to .env and add the corresponding Stripe keys.
Third, run the following:
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run devThis project is built using VueJS and Element UI