19 lines
322 B
Markdown
19 lines
322 B
Markdown
# Informatics Large Practical Coursework 3
|
|
|
|
## Installation
|
|
|
|
### Docker Compose
|
|
|
|
```bash
|
|
docker-compose up -d
|
|
```
|
|
|
|
Then access the application at `http://localhost:4173`.
|
|
|
|
If `Network Error` occurs, try
|
|
|
|
```bash
|
|
chromium --user-data-dir="/tmp/chromium" --disable-web-security
|
|
```
|
|
|
|
since CORS is not handled in this setup.
|