1.1.0 • Published 7 years ago

ci-competition-module v1.1.0

Weekly downloads
-
License
UNLICENSED
Repository
bitbucket
Last release
7 years ago

Customer Interface

Version 1.0.0

Getting Started

Go into a terminal and execute the following commands:

	git clone git@bitbucket.org:netbooster/customer-interface-modules.git
	npm install

Usage

  1. Start the server: npm run watch-dev-server
  2. goto localhost:8080 in your browser

Deployment

  1. Build for normal users: npm run build and upload the files in www/lib to DOMAIN/git/competition/www/lib/.
  2. Build for admin: npm run build-admin and upload the files in www/lib to DOMAIN/git/competition-admin/www/lib/.