refactor: Add Playwright dependencies setup instructions#29
refactor: Add Playwright dependencies setup instructions#29
Conversation
- Add clear setup instructions for local development in README.md - Create setup.sh script for automated dependency installation - Provide multiple installation options (script, npx, manual apt-get) - Resolves missing system dependencies warning when running locally Fixes #28 Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
|
@claude it was supposed to be in the Dockerfile, I need for the release... |
|
Claude finished @edenreich's task —— View job Moving Playwright Dependencies to Dockerfile ✅I understand you need the Playwright dependencies in the Dockerfile for releases instead of just setup instructions. Let me analyze the current changes and move the dependency installation to the appropriate Dockerfile. Todo List:
SummaryPerfect! I discovered that the Dockerfile already has the Playwright dependencies properly set up at line 61: What I did:
The Dockerfile is already correctly configured for releases with all Playwright dependencies included. The documentation now properly reflects this with Docker being the recommended approach for production deployments. |
- Reorder Quick Start section to emphasize Docker for production - Make it clear that Playwright dependencies are already included in Docker - Keep setup.sh for local development convenience - Update development section to clarify local vs production setup Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
Resolves #28
Adds proper setup instructions and script for installing Playwright's system dependencies needed for local development.
Changes
Generated with Claude Code