You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ The included sample helloyou django app can be easily removed by removing 'hello
11
11
12
12
Change the boilerplate app name (shown in header and footer) by changing the constant APP_NAME in frontend/src/settings.tsx.
13
13
14
+
The Material UI Theme can be adjusted in frontend\src\Theme.tsx
15
+
14
16
**_NOTE: If you change your database name/credentials, but have already run the steps below, you may need to delete the associated postgres docker image in order to get things to work._**
15
17
16
18
@@ -25,15 +27,13 @@ For development with the NGINX server run:
25
27
```sh
26
28
docker-compose -f "docker-compose.yml" up -d --build
27
29
```
28
-
The server should be available at `http://127.0.0.1/`. This mode will not hot reload since it's running a production build.
30
+
The server should be available at `http://127.0.0.1/`. This mode will not hot reload since it's running a production build (npm build).
29
31
30
32
31
-
The Material UI Theme can be adjusted in frontend\src\Theme.tsx
32
-
33
-
**_NOTE: This repo is still largely a work in progress, but it should be a good starting point. Suggestions/feedback are greatly appreciated._**
33
+
**_NOTE: This repo is still largely a work in progress, but it should be a good starting point. Suggestions/feedback in discussions tab are greatly appreciated._**
34
34
35
35
**TODO:**
36
-
-[ ]Basic Backend Testing
36
+
-[ ] Backend Testing
37
37
-[ ] Frontend Testing (React Testing Library)
38
38
-[x] Readme (setup and how to remove remnants of dummy stuff)
39
39
-[x] Material UI Theme
@@ -48,4 +48,4 @@ The Material UI Theme can be adjusted in frontend\src\Theme.tsx
0 commit comments