An open API service indexing awesome lists of open source software.

https://github.com/marcisbee/playwriter


https://github.com/marcisbee/playwriter

Last synced: about 1 year ago
JSON representation

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
```