Steps after clone - Install Composer - https://getcomposer.org/download/ Install Symfony - https://symfony.com/download
For tests -
URL Pages ./ - Symfony dev page - will be removed when pushed to production. /overview - main overview page showing all announcements for the day, sorted by category. Will be the default page outside of login. /overview/user - Requires user to be logged in. Will show all announcements created by the logged-in user, regardless of date or category. /login - Main page which will likely change as SAML auth is implemented, or be ommited altogether. /category/add - Page for adding new categories. Only accessible by Admins.