ci-competition-module
Version:
Customer Interface
17 lines (14 loc) • 557 B
Markdown
# 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/.
1. Build for admin: ```npm run build-admin``` and upload the files in www/lib to DOMAIN/git/competition-admin/www/lib/.