📄 docs: Update readme with dev server instructions

This commit is contained in:
Keith Solomon
2025-05-24 08:56:45 -05:00
parent ea227cf9dd
commit 58610891f2

View File

@@ -4,5 +4,13 @@ A web-based dashboard for managing and viewing Playwright test results.
Features, goals, etc TBD Features, goals, etc TBD
## Running the Project
```bash
$env:DEBUG='playwright-a11y-dashboard:*'; npm start
```
## Notes, issues, and tasks
- [Initial Project Outline](Outline.md) - [Initial Project Outline](Outline.md)
- [Project Task Board](https://git.keithsolomon.net/keith/Playwright-A11y-Dashboard/projects/1) - [Project Task Board](https://git.keithsolomon.net/keith/Playwright-A11y-Dashboard/projects/1)