How to Extend Hashi UI
vrenjith opened this issue · 1 comments
vrenjith commented
@jippi , This is not a bug or feature request. I am looking at some help in getting some intro or a quick steps that will help me to look into how to go about extending the Hashi UI.
I am looking at adding additional gadgets, a couple of more columns for jobs etc.
jippi commented
Hi @vrenjith
I have a semi-updated doc over here on how to develop on hashi-ui https://github.com/jippi/hashi-ui/blob/master/DEVELOPMENT.md
Most frontend code exist in https://github.com/jippi/hashi-ui/tree/master/frontend/src/ within containers
and components
folder
Are you familiar with React, Webpack and Go?