Mythic/mythic-react-docker
and the mythic_react
container serves a compiled version of the React UI.
Mythic/MythicReactUI
folder holds the source code that gets built.
Mythic/.env
variable mythic_react_debug
to true
and then run sudo ./mythic-cli build mythic_react
. This will tear down the current mythic_react
container and re-build it with nodejs.
At this point, any changes you make to the source code in Mythic/MythicReactUI
will trigger automatic re-builds on the UI for easy development.
sudo ./mythic-cli build_ui
and Mythic will automatically build the UI and place it in the mythic-react-docker
folder. At this point, if you set the mythic_react_debug
back to false
and run ./mythic-cli build mythic_react
, you’ll see the UI exactly as somebody else would with a fresh install of Mythic.
/metadata
directory for Hasura.