Skip to content

Commit 1c91a1a

Browse files
committed
update readme
1 parent 5622429 commit 1c91a1a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# python.cz
22

3-
Czech Python community homepage powered by [MkDocs](https://www.mkdocs.org/).
3+
Czech Python community homepage, now powered by [MkDocs](https://www.mkdocs.org/).
44

5-
# How to run (for development)
5+
## What happened here?
6+
7+
In 2023-2024, there has been a volunteer-driven effort to revive this site and migrate it from Flask-Frozen to MkDocs.
8+
For details and motivations, read [#559](https://github.com/pyvec/python.cz/pull/559).
9+
The main bulk of the work is done, but many small details still need to be finalized.
10+
The effort is ongoing, and you're welcome to help!
11+
Check out the [issues](https://github.com/pyvec/python.cz/issues), especially the pinned ones.
12+
13+
## How to run (for development)
614

715
1. Clone repository
816
1. `poetry install`
917
1. `poetry run mkdocs serve`
1018

11-
1219
## License
1320

1421
[MIT](LICENSE)

0 commit comments

Comments
 (0)