Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 347 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 347 Bytes

A web gui manager for puppeteer-recorder

What it does with puppeteer-recorder

alt text

Development

postgres

docker-compose up postgres

backend

cd backend

yarn install

yarn dev

frontend

cd frontend

yarn install

yarn dev