ProjectLibertyLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
1 stars 4 forks source link

UI Customization Options in Startup script #153

Closed mattheworris closed 2 months ago

mattheworris commented 2 months ago

Purpose

To make demos clearer and slightly more custom, lets add some basic customization options to the startup script:

Closes #151

Solution

The start.sh script should ask a few questions, save the values in the env file and make sure that those values are passed through to the docker environment and correctly processed by the frontend to change the display.

Change summary

Steps to Verify

  1. Use start.sh and start from scratch to create a new env file by answering the questions.
  2. Verify the demo reflects the correct changes.

Additional details / screenshot

This example shows a name change and a light green background color: Screenshot 2024-08-22 at 10 37 01 Screenshot 2024-08-22 at 12 56 19