Update README.md

This commit is contained in:
Tobias Wasner 2023-01-22 18:38:03 +01:00 committed by GitHub
parent 4d3ee8a2ed
commit df45af7e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,8 @@ Svelte: A modern JavaScript framework for building web applications
OpenAI: A leading artificial intelligence research laboratory
Docker: A software virtualization platform, used for easy deployment
## Deployment
### Getting Started
@ -53,6 +55,8 @@ By default the frontend server runs locally on port 25543 and the backend server
}
```
Note: The backend server is used to call the OpenAI-API and the frontend server is being used to serve the static frontend assets to the browser.
Updates: Can be realized with re-building the docker containers `docker-compose build` and re-starting them `docker-compose up -d`
## Contribution
If you would like to contribute to the development of this digital assistant, please fork the repository and submit a pull request. All contributions are welcome!