From 5e6080ebba561cfa11951df19864573d5c991bb5 Mon Sep 17 00:00:00 2001 From: niro2-1 Date: Tue, 2 Jun 2026 15:27:41 +0300 Subject: [PATCH] Add deployment instructions to README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0c25678..a215de5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,17 @@ npm start ``` +## Deployment Instructions + +1. Ensure you have the necessary environment variables set up. +2. Build the application using: + ```bash + npm run build + ``` +3. Deploy the build folder to your web server. +4. Ensure the server is configured to serve the application correctly. +5. Monitor the deployment logs for any issues. + ## API 500 Error If you encounter an API 500 Error, it typically indicates a server-side issue. Check the server logs for more details and ensure that the API is functioning correctly. If the issue persists, consider reaching out for support or consulting the documentation for troubleshooting steps.