Skip to content

Commit 6bf71a6

Browse files
committed
Update Development section in README.md
1 parent 29de4e1 commit 6bf71a6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
OpenNumismat Web is a web browser for [OpenNumismat](https://opennumismat.github.io/) collections.
44

5+
![Screenshot](https://opennumismat.github.io/images/OpenNumismatWeb.png)
6+
57
Latest stable version:
68
- Web-application (PWA): https://opennumismat.github.io/OpenNumismatWeb/
79
- Docker image - `ghcr.io/opennumismat/opennumismatweb:latest`
@@ -38,3 +40,19 @@ or docker run:
3840
Look at Development section
3941

4042
## 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

Comments
 (0)