Skip to content

Commit 4df6124

Browse files
committed
Documented website build workflow
1 parent f25fdce commit 4df6124

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
# 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

Comments
 (0)