Skip to content

Commit 02f9bb7

Browse files
authored
Update README.md
1 parent 53f3456 commit 02f9bb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The included sample helloyou django app can be easily removed by removing 'hello
1111

1212
Change the boilerplate app name (shown in header and footer) by changing the constant APP_NAME in frontend/src/settings.tsx.
1313

14+
The Material UI Theme can be adjusted in frontend\src\Theme.tsx
15+
1416
**_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._**
1517

1618

@@ -25,15 +27,13 @@ For development with the NGINX server run:
2527
```sh
2628
docker-compose -f "docker-compose.yml" up -d --build
2729
```
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).
2931

3032

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._**
3434

3535
**TODO:**
36-
- [ ] Basic Backend Testing
36+
- [ ] Backend Testing
3737
- [ ] Frontend Testing (React Testing Library)
3838
- [x] Readme (setup and how to remove remnants of dummy stuff)
3939
- [x] Material UI Theme
@@ -48,4 +48,4 @@ The Material UI Theme can be adjusted in frontend\src\Theme.tsx
4848
- [x] loading icon on login
4949
- [ ] forgot password functionality (email)
5050
- [ ] add logo holder
51-
- [ ] ability to customize background on login
51+
- [ ] ability to customize background on login

0 commit comments

Comments
 (0)