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
+7-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,13 @@ This is a sample application designed to demonstrate the capabilities of the [AB
8
8
9
9
## How to run?
10
10
11
-
This application uses SQLite as the database and the database can be found in the solution folder. Therefore, you don't need to create the database and instead, you can directly run the `CmsKitDemo` project to see the application.
11
+
Before running the application, you should run the following command in the `CmsKitDemo` folder to install all NPM packages for the application:
12
+
13
+
```bash
14
+
abp install-libs
15
+
```
16
+
17
+
After installing the NPM packages, you can directly run the `CmsKitDemo` project to see the application. This application uses SQLite as the database and the database can be found in the solution folder. Therefore, you don't need to create the database manually.
12
18
13
19
> Default credentials: `admin` as username and `1q2w3E*` as the password.
0 commit comments