Currently, the groups at the end of the homepage are hard-coded. Let's load them dynamically. - Update `mirage` to have more (random) groups with `server.create("group")`: https://github.com/openmcac/mcac-js/blob/master/mirage/scenarios/default.js#L3 - Fetch all groups from the server: [Hint](https://guides.emberjs.com/v2.8.0/models/finding-records/#toc_retrieving-multiple-records) - Iterate through them to create each group
Currently, the groups at the end of the homepage are hard-coded. Let's load them dynamically.
mirageto have more (random) groups withserver.create("group"): https://github.com/openmcac/mcac-js/blob/master/mirage/scenarios/default.js#L3