You need to be an admin to view this page
You need to define an AdminConfig object to use the admin dashboard.
A basic config to manage the 'Posts' and 'Comments' collection would look like this:
AdminConfig = {
adminEmails: [' ben@code2create.com'],
collections:
{
Posts: {},
Comments: {}
}
}