summaryrefslogtreecommitdiff
path: root/README.md
blob: 08109e4fcf760208243162c92f74b898fce6368f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# postmarketos.org

## Dev

### Update Wiki Content

```bash
$ git submodule update --init --recursive
$ git pull --recurse-submodules
```

### Dev Server

```bash
$ FLASK_DEBUG=1 FLASK_APP=app.py flask run
```

### Build

```bash
$ python freeze.py
```