Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronei-kunkel/patterns
https://github.com/ronei-kunkel/patterns
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronei-kunkel/patterns
- Owner: ronei-kunkel
- License: mit
- Created: 2024-05-22T01:24:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T16:08:51.000Z (6 months ago)
- Last Synced: 2024-07-12T18:27:32.465Z (6 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Patterns
## Environment
### Install dependencies
`docker run --rm -t -v $(pwd):/app composer:latest sh -c "composer install"`
## Run Tests
`docker compose up`