Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 386 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 386 Bytes

Sidekicker Coding Challenge

Setup

  • Install Docker
  • Build: docker-compose build
  • Run: docker-compose up
  • Execute tasks: docker-compose exec <container_name> <cmd>.
    • e.g. docker-compose exec coding-challenge-backend php artisan migrate

Development