| |
@@ -11,3 +11,16 @@
|
| |
Translations are handled by the Fedora [localization team](https://fedoraproject.org/wiki/L10N) on [Fedora Weblate](https://translate.stg.fedoraproject.org/projects/fedora-websites/).
|
| |
|
| |
[](https://translate.stg.fedoraproject.org/engage/fedora-websites/?utm_source=widget)
|
| |
+
|
| |
+ ### Building Locally
|
| |
+
|
| |
+ Podman is the recommended way of building fedora-websites.
|
| |
+
|
| |
+ From the root of the repository, run the following commands to start a local server:
|
| |
+
|
| |
+ ```
|
| |
+ podman build -t fedora-websites .
|
| |
+ podman run -it --rm -v "$(pwd):/opt/:z" fedora-websites ./scripts/pull-translations.sh
|
| |
+ podman run -it --rm -v "$(pwd):/opt/:z" fedora-websites python ./scripts/pull-magazine.py
|
| |
+ podman run -it --rm -v "$(pwd):/opt/:z" fedora-websites python main.py
|
| |
+ ```
|
| |
Fixes #127.