# BuckeyePass Landing Page Site This project is a [Slim Framework](https://www.slimframework.com/) composer application. It is hosted on [OSU Webhosting](https://web.osu.edu) under the site name buckeyepass. Slim is a micro framework that uses a front controller MVC design pattern. The front controller is located at htdocs/index.php and contains the application instantiation, middleware configuration, and route definitions. Templates are created with TWIG and all of the BUX design system components and assets are available to be used. A simple docksal configuration is included and can be used for local development by starting the project with `fin project start`.