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
1. Create a MongoDB database in which to store user information and insert it on line 2 within the [UserModel.ts](./electron/models/UserModel.ts) (_electron/models/UserModel.ts_) file.
106
-
- This database will privately store user information.
107
-
2. Once this is set up, you can create new users, log in, and have your data persist between sessions.
108
-
109
-
#
102
+
``` -->
110
103
111
-
### Running the Chronos desktop app in development mode
104
+
### Running the Chronos desktop app in development mode (WSL Incompatible)
**NOTE: You must create your own user database for extended features**
126
+
127
+
1. Create a MongoDB database in which to store user information and insert it on line 2 within the [UserModel.ts](./electron/models/UserModel.ts) (_electron/models/UserModel.ts_) file.
128
+
- This database will privately store user information.
129
+
2. Once this is set up, you can create new users, log in, and have your data persist between sessions.
130
+
131
+
#
132
+
130
133
# Examples
131
134
132
135
We provide eight example applications for you to test out both the Chronos NPM package and the Chronos desktop application:
0 commit comments