File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 11# terminusdb-dashboard
22Dashboard 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
1012cd terminusdb-dashboard
1113npm 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
You can’t perform that action at this time.
0 commit comments