This is an implement of react-admin application using retroTheme.
From the retro-admin repository:
# install the dependencies for the monorepo
make install
# run the app in extended watch mode (reloads when a change is detected in the app code and in the packages code)
make start
# build the app for production
make build
# server the built app in production mode
make server
And then browse to [http://localhost:8080/](http://localhost:8080/).
The credentials are **login/password** or **admin/password**