Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.05 KB

Cup Shop

Build Status logo

See live demo here cupshop.consentua.com or cup-shop.herokuapp.com (heroku backup)

This ecommerce site is a demonstration test bed for the consent API Consentua. Made with VueJS. Please do not fill in an order form and actually expect any paper cups to be sent to you.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

This will compile a static build into dist/

npm run build

Lint's and fixes files

npm run lint

To Deploy

Just clone this repo and run the start bash script to install the dependencies, and build to the dist/ build directory where the web app is served on the production VM

sh start.sh