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
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
2
+
2
3
# PurePath
3
4
4
5
PurePath is a web application designed to help users break free from unwanted habits like PMO and build a life of purpose through community support, guided meditations, and progress tracking.
5
6
7
+
8
+
6
9
## Tech Stack
7
10
8
11
This project is built with modern web technologies:
@@ -81,17 +84,6 @@ This project is built with modern web technologies:
81
84
82
85
6. Open your browser and navigate to `http://localhost:8080`
83
86
84
-
### Setting Up Admin Access
85
-
86
-
PurePath includes an admin dashboard for managing users, content, and moderation. To set up admin access:
87
-
88
-
1. Register a user account with the email that should have admin privileges
89
-
2. You can set up admin access in one of two ways:
90
-
-**Option 1**: Use the Firestore Admin console to create an "admins" collection and add a document called "authorized_emails" with an array field named "emails" that includes the admin email(s)
91
-
-**Option 2**: For first-time setup, the application will automatically recognize the predefined admin email(s)
92
-
93
-
3. When logged in as an admin, you can access the admin dashboard at `/admin`
94
-
95
87
### Building for Production
96
88
97
89
```bash
@@ -126,7 +118,7 @@ This application uses Firebase Authentication for user management. Users can:
0 commit comments