Shows price of BTC in EUR and USD currencies. Data is refreshed every 5 seconds.
Running project in Docker is preferred way for local development.
- Installed docker
- Installed make (for
Makefile
)
Simply run:
make build
What this do?
- copy
.env.local.example
to.env.local
(if not exists) - build images (for nginx, php)
- start up all services
- install PHP dependencies - composer vendors
- install FE dependencies- npm vendors
Simply run:
make open
Show all available commands:
make
composer test:unit # Unit tests
Run PHPStan tests:
composer phpstan
Run Linter tests:
composer phpcbf