add README.md
This commit is contained in:
parent
82a78da81b
commit
439162ce22
3 changed files with 35 additions and 7 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue