Skip to content

Commit 7a3d835

Browse files
author
Adam Paulen
committed
updated README
1 parent 24bb737 commit 7a3d835

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,8 @@ Then execute the script:
7676
./create_config_maps.sh {build_target} or {namespace}
7777
```
7878

79+
## Creating interface for new instance
80+
81+
To create a new interface for a hub, feel free to copy the code of other hubs and add/remove features from *Page.jsx files. When making a new FormPage.jsx, be careful to change the form configuration; for example, a normal hub uses persistent home, but others use only delhome. To change FormPage docker images data, make a new data folder with formData.js where you define the images that should be used. Also, if the hub has auto-fill with the last form data, please change the gatherFormData script. After completing the interface, make sure to update package.json with scripts for this instance. Update the create_config_maps.sh as well to accommodate the new instance.
82+
7983

0 commit comments

Comments
 (0)