/coding-standards-poc

POC for coding standards and best practices within XIP

Primary LanguagePHP

XIP Coding standards

Code checks & build Open in GitHub Codespaces

Documentation

You can find more extended documentation over here:

Setup

To setup your environment, run the following steps:

make prepare
make reset

You can now start the application:

make start

To stop, simply run:

make stop