Template to start a private application repository for Overte.
1- Fork and Rename this github repository.
2- Set the github repository in "Pages" mode. (this will make it work as a web server)
3- Edit the file "applications/metadata.json" and set the righ values in the following fields:
"title":"Your Repository Name",
"baseApiUrl":"https://yourdomain/applications",
"baseRepositoryUrl":"https://yourdomain/index.html",
4- There is a demo application "domainMapper" in the "applicationList", feel free to delete it.
5- You can customise the logo and the "index.html" page in the "/web" directory.