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
{{ message }}
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,17 @@ Open `http://localhost` in your browser.
29
29
30
30
You can specify environment variables for docker-compose by adding an `.env` file to the root of the project based on `.env.template`.
31
31
32
+
## VuePress Documentation
33
+
34
+
This project uses VuePress for documentation. To view the documentation site locally, run the following command:
35
+
36
+
```bash
37
+
docker-compose -f compose/docs.yml up --build
38
+
```
39
+
40
+
This will make the docs available at `http://localhost:8082/docs/`. Hot-reloading through websockets is supported, so changes will show up as they are saved in your code editor.
41
+
42
+
32
43
### Access Django Shell in Jupyter Notebook
33
44
34
45
With all containers running, run the following commands:
@@ -88,6 +99,5 @@ docker-compose -f docker-compose.ci.yml -f cypress.yml up
88
99
- Put django apps in apps folder
89
100
- Redeploy django app to check settings files
90
101
- Add GitLab pages site for Group project
91
-
- Decide how to build the documentation site (quasar, vuepress?)
92
102
- Add file upload examples with Django REST Framework
0 commit comments