ilpcw/README.md
2025-12-06 10:07:31 +00:00

322 B

Informatics Large Practical Coursework 3

Installation

Docker Compose

docker-compose up -d

Then access the application at http://localhost:4173.

If Network Error occurs, try

chromium --user-data-dir="/tmp/chromium" --disable-web-security

since CORS is not handled in this setup.