Skip to content

Commit 682c0c5

Browse files
committed
Readme: section about exploring your own AiiDA db
1 parent 7fe676c commit 682c0c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ Main features include:
1919
- **Breadcrumb trail** tracks visited nodes, clickable for quick navigation.
2020
- Nodes styled by type (process, data, etc.) with clear selection highlighting.
2121

22+
## Explore your own AiiDA database
23+
24+
The demo page can be used to explore your own AiiDA database. To do this, start the REST API locally:
25+
26+
```bash
27+
verdi -p <profile-name> restapi
28+
```
29+
30+
and explore it at https://aiidateam.github.io/aiida-explorer/?api_url=http://127.0.0.1:5001/api/v4.
31+
2232
## Installation and usage
2333

2434
Install via

0 commit comments

Comments
 (0)