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_en.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,22 @@ Below are screenshots of the application. Click any thumbnail to open the full i
161
161
poetry run python manage.py runserver
162
162
```
163
163
164
+
## 🚀 Run the demo site
165
+
166
+
You can switch to the `demo` branch to run the provided demo site and see the project in action. This branch already includes built frontend assets and sample media and database files.
167
+
168
+
(If you cannot switch to the `demo` branch, make sure you have saved your current changes. You can temporarily delete the automatically created `files` directory and `db.sqlite3` then try again.)
169
+
170
+
```bash
171
+
git checkout demo
172
+
```
173
+
```bash
174
+
poetry install --no-root
175
+
```
176
+
```bash
177
+
poetry run python manage.py runserver
178
+
```
179
+
164
180
## ⚙ Backend configuration
165
181
166
182
You can modify settings in `connectClub/settings.py` or set environment variables prefixed with `CONNECT_CLUB_` for some configuration options.
0 commit comments