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-templateThen, navigate to https://localhost in your browser.
- Update
composer.jsonwith your project's information. - Start hacking.