We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29de4e1 commit 6bf71a6Copy full SHA for 6bf71a6
1 file changed
README.md
@@ -2,6 +2,8 @@
2
3
OpenNumismat Web is a web browser for [OpenNumismat](https://opennumismat.github.io/) collections.
4
5
+
6
+
7
Latest stable version:
8
- Web-application (PWA): https://opennumismat.github.io/OpenNumismatWeb/
9
- Docker image - `ghcr.io/opennumismat/opennumismatweb:latest`
@@ -38,3 +40,19 @@ or docker run:
38
40
Look at Development section
39
41
42
## Development
43
44
+Run backend (optional):
45
46
+```
47
+cd backend
48
+pip3 install -r requirements.txt
49
+python3 app.py
50
51
52
+Run frontend:
53
54
55
+cd frontend
56
+npm install
57
+npm run dev
58
0 commit comments