Align INFO.yaml

Align list of committers as per TSC latest decision

Issue-ID: SDC-3203
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: If8cb8a1d71830b35dfafe8bcef70549523d79dc2
1 file changed
tree: c3293b8cd15895027aa233b09680154c163d3537
  1. __test__/
  2. app/
  3. docker/
  4. releases/
  5. src/
  6. test/
  7. .editorconfig
  8. .gitignore
  9. .maven-dockerignore
  10. bower.json
  11. checkstyle-suppressions.xml
  12. deploy.sh
  13. Dockerfile
  14. Gruntfile.js
  15. INFO.yaml
  16. package-lock.json
  17. package.json
  18. pom.xml
  19. README.md
  20. run.sh
  21. version.properties
  22. webpack.config.js
README.md

DCAE Designer FE

Java

Build

Server: mvn clean install –Pserver

Local: mvn clean install -Plocal

Run

mvn -Plocal spring-boot:run

Build and Run locally

mvn clean install -Plocal spring-boot:run

Javascript

This project is generated with yo angular generator version 0.15.1.

Setup

After cloning project execute the following commands in the project directory:

  1. npm run setup

Build & development

Run npm run build for building and npm run run-local for preview.