From 16e2ce4b2cfdeda99f621a65b802c08cb238ccdc Mon Sep 17 00:00:00 2001 From: Vincent Vallaeys Date: Thu, 14 Mar 2024 20:37:38 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index a06239d1..4c81c019 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,3 @@ This application was developed within the framework of the course "Software Engi ## Documentation See our wiki at [https://github.com/SELab-2/UGent-7/wiki](https://github.com/SELab-2/UGent-7/wiki) for more detailed information on the project's architecture. - -A shorter summary for building the project locally can be found here: -- Run `development.sh`. - - It starts the development environment and attaches itself to the output of the backend. The backend will auto reload when changing a file. -- Access the server by going to `https://localhost/api` for the backend and `https://localhost` for the frontend. -- If you change something to one of the docker files run `docker-compose -f development.yml up --build` to rebuild.