Configure and launch the front end - metadatacenter-attic/cedar-docs GitHub Wiki
###Copy keycloak.json Copy keycloak.json file into template editor
cp $CEDAR_HOME/keycloak.json $CEDAR_HOME/cedar-template-editor/app/.
###Go to front end home directory
goeditor
###Install dependencies Install all the project dependencies (you only need to do this once):
npm install
###Start the server Interactively
gulp
Or as a background task
gulp > stdout.txt 2> stderr.txt &
Or launch it from anywhere on the system
starteditor
###Verify Verify the application from the browser