nni/ts/webui/README.md

856 B

WebUI

WebUI is built by using React and fluentui.

Development

  • Please refer the installation doc to run an experiment.

  • Use this command in webui/ts directory when you change webui code. And then refresh website to see latest pages.

    yarn build
    

PR

  • WebUI uses eslint and prettier to format code. You could use the command yarn sanity-check to check the code error status. And use yarn sanity-check --fix could modifiy the most code style error before you send PR.

  • You could send the PR if yarn release gets successful build after formatting code.