This repo contains all files to customize and extend the eosdac-client. It should be pulled in to the src/extensions folder of the eosdac-client. The extensions folder should be added to your gitignore file (by default).
You can change the default colors via the theme.json file found in statics/config/theme.json. You can generate and download your custom theme file by enabling the "dev tools" on the settings page. The logos for the eosdac-client will be pulled in from branding/images/logos. Be aware that the file names must match the original.
In the i18n folder you could customize or add language strings. If you add strings with the same key they will overwrite the defaults that come with the eosdac-client.
Put your custom pages and components in the representative folders. Add your menu items to components/menu
Use the routes.js file to add your own routes pointing to your custom pages.
initialize your vuex stores and/or create persistant states (locale storage).