This is a template for the Swytch Framework.
To run the template, run the following commands:
docker build -t swytch-template .
docker run -p 80:80 -p 443:443 --rm swytch-template
Then, navigate to https://localhost in your browser.
- Update
composer.json
with your project's information. - Start hacking.