https://github.com/smeghead/phel-tic-tac-toe
https://github.com/smeghead/phel-tic-tac-toe
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smeghead/phel-tic-tac-toe
- Owner: smeghead
- License: apache-2.0
- Created: 2024-03-04T12:23:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T12:26:05.000Z (6 months ago)
- Last Synced: 2025-02-07T22:53:44.412Z (4 months ago)
- Language: Dockerfile
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```