Skip to content

Commit 2971c03

Browse files
committed
add login/logout in local dashboard
1 parent 96f192a commit 2971c03

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
11
# terminusdb-dashboard
22
Dashboard for TerminusDB
3-
How use the terminusdb dashboard with your local terminusdb instance.
3+
How to use the terminusdb dashboard source code with your local terminusdb instance.
44

5-
clone the repository
6-
https://github.com/terminusdb/terminusdb-dashboard.git
7-
8-
install all the dependency
5+
**Clone the repository**
6+
```sh
7+
git clone https://github.com/terminusdb/terminusdb-dashboard.git
8+
```
99

10+
**Install all the dependency**
11+
```sh
1012
cd terminusdb-dashboard
1113
npm install
14+
```
15+
16+
**Build the dashboard**
17+
Rename ENV.local to .env
18+
```sh
19+
cd terminusdb-dashboard/packages/tdb-dashboard
20+
cp ENV.local .env
1221

22+
npm run build
23+
```
24+
You can find the builded version into terminusdb-dashboard/packages/tdb-dashboard/dist
1325

1426

15-
build the dashboard
1627

17-
cd terminusdb-dashboard/packages/tdb-dashboard
1828

19-
rename ENV.local in .env
2029

21-
cp ENV.local .env
2230

23-
npm run build
2431

2532

2633

0 commit comments

Comments
 (0)