Skip to content

Commit 3a737b6

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ 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+
32+
(Note that some browser extensions might block access to localhost, and should be disabled for this to work).
33+
2234
## Installation and usage
2335

2436
Install via

0 commit comments

Comments
 (0)