diff --git a/README.md b/README.md index 10545c4..93f88cb 100644 --- a/README.md +++ b/README.md @@ -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!