31 lines
370 B
Markdown
31 lines
370 B
Markdown
# Umfrage des STUPAs zur Mobilität der Studierenden und zur Zustimmung zum D-Ticket im Vollsolidarmodell
|
|
|
|
## Building
|
|
|
|
To build the project you can use the following commands:
|
|
|
|
### German
|
|
|
|
```bash
|
|
make german
|
|
```
|
|
|
|
### English
|
|
|
|
```bash
|
|
make english
|
|
```
|
|
|
|
### Both
|
|
|
|
#### Just build
|
|
|
|
```bash
|
|
make compile
|
|
```
|
|
|
|
#### Build and view in the default PDF viewer
|
|
|
|
```bash
|
|
make
|
|
``` |