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

https://github.com/smeghead/phel-tic-tac-toe


https://github.com/smeghead/phel-tic-tac-toe

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# phel-tic-tac-toe

## Run

```bash
docker compose run --rm php_cli bash
# composer install
# vendor/bin/phel run src/main.phel
```

## Development

### Test

```bash
# vendor/bin/phel test
```