This is the ConvoMark's web GUI. Here users can manage all their collections and bookmarks. All bot functionalities are replicated here. If you can do it in the both, you should be able to do it here (and viceversa).
Check out the full documentation here!
The application is built with VueJS 2 and leverages some packages from the Vue ecosystem, such as:
- Vuex for application-wide state management
- Vue Router for local page navigation (using HTML5 History API)
- Vue Apollo for sending GraphQL requests to the backend
- Vue i18n for text localization
- Buefy for Bulma-styled Vue components
Styles are provided by Bulma, a powerful and easy to use CSS component framework.
You will also need to have the backend up and running in order for the frontend to work. Check out its documentation for more information.
yarn install
yarn serve
yarn build
yarn test
yarn lint
yarn test:e2e