https://github.com/marcisbee/playwriter
https://github.com/marcisbee/playwriter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcisbee/playwriter
- Owner: Marcisbee
- License: mit
- Created: 2025-04-02T07:11:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T09:42:32.000Z (about 1 year ago)
- Last Synced: 2025-06-28T11:13:24.430Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playwriter
Install:
```sh
curl -SsfL https://raw.githubusercontent.com/Marcisbee/playwriter/refs/heads/main/install.sh | bash
```
## Development
Update dependency
```sh
./tasks.sh update
```
Run dev mode
```sh
./tasks.sh run
```
Build app
```sh
./tasks.sh build
```