File size: 119 Bytes
09136ee
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash

pip3 install -r requirements.txt
playwright install
python3 -m playwright install-deps
cd ui/
bun install