From a5d58d28b88c9f0de4e8c0fa37c39972160c01b2 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 29 Jun 2019 12:18:36 +0200 Subject: [PATCH] update readme --- README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index 16829f5..7cd26c9 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,6 @@ # eosDAC client Customization -(in developement) -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). - -## branding -You can change the default colors or add more color schemes in the branding/color_schemes folder. You need to register additional schemes in the index.js file. You can generate and download your custom scheme 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 matter. - -![image](https://user-images.githubusercontent.com/44613132/55157729-6c29d500-515d-11e9-88cf-6b6287885dd2.png) - - -## i18n: Add or change language strings -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. - -## pages, components and menu -Put your custom pages and components in the representative folders. Add your menu items to components/menu - -## routes: add custom routes -Use the routes.js file to add your own routes pointing to your custom pages. - -## store -initialize your vuex stores and/or create persistant states (locale storage). +This is the eosDAC branded client extension. This repo is used for our own memberclient. To create your own extensions, please use the boilerplate https://github.com/eosdac/boilerplate-client-extension