Skip to content

Commit 6b8d70a

Browse files
author
Emile Frey
committed
updated Readme
1 parent 22647a8 commit 6b8d70a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Install Docker Desktop
55

66
## Installation
77

8-
There are 3 .env files provided. Note in particular the .env files in backend/ and postgres/; there, you can adjust the database credentials, debug mode, secret key, allowed hosts, etc. But things should run just fine without any changes, but just know these files are there.
8+
There are 3 .env files provided. Note in particular the .env files in backend\ and postgres\; there, you can adjust the database credentials, debug mode, secret key, allowed hosts, etc. But things should run just fine without any changes, but just know these files are there.
99

1010
For development mode without NGINX server, run the following command:
1111

@@ -22,6 +22,8 @@ The server should be available at `http://127.0.0.1/`. This mode will not hot re
2222

2323
The included sample prediction django app can be easily removed by removing 'prediction' from INSTALLED_APPS in django mainapp/settings.py, removing the associated path in mainapp/urls.py and deleting the entire prediction folder.
2424

25+
The Material UI Theme can be adjusted in frontend\src\Theme.tsx
26+
2527
**_NOTE: This repo is still largely a work in progress, but it should be a good starting point. Suggestions/feedback are greatly appreciated._**
2628

2729
**TODO:**

0 commit comments

Comments
 (0)