We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25fdce commit 4df6124Copy full SHA for 4df6124
1 file changed
README.md
@@ -1 +1,19 @@
1
# Website for the OpenAndroidInstaller project
2
+
3
+## Website build workflow
4
5
+This website is made with Bulma and gets build to a static page via the Python tools `make`, `poetry` and `jinja2`.
6
7
+To build the website follow the two following steps:
8
9
+- Install the dependencies:
10
11
+ ```
12
+ make install
13
14
15
+- Build the website:
16
17
18
+ make website
19
0 commit comments