We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe676c commit 682c0c5Copy full SHA for 682c0c5
README.md
@@ -19,6 +19,16 @@ 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
## Installation and usage
33
34
Install via
0 commit comments