We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5bdbf commit 4042e4aCopy full SHA for 4042e4a
3 files changed
.gitignore
@@ -7,3 +7,4 @@ node_modules
7
test-results/
8
playwright-report/
9
playwright/.cache/
10
+settings.yaml.example
src/web-ui/README.md
@@ -9,6 +9,13 @@ python3 -m venv venv
pip install -r requirements.txt
```
11
12
+## Configure
13
+
14
+```
15
+# edit to your target
16
+cp settings.yaml.example settings.yaml
17
18
19
# Run
20
21
./run.sh
src/web-ui/requirements.txt
@@ -2,3 +2,4 @@ flask
2
gunicorn
3
requests
4
tenacity
5
+apiflask
0 commit comments