We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe676c commit 3a737b6Copy full SHA for 3a737b6
README.md
@@ -19,6 +19,18 @@ Main features include:
19
- **Breadcrumb trail** tracks visited nodes, clickable for quick navigation.
20
- Nodes styled by type (process, data, etc.) with clear selection highlighting.
21
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
34
## Installation and usage
35
36
Install via
0 commit comments