Skip to content

Latest commit

 

History

History
 
 

webui

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. Also Please use yarn stylelint --fix to format css and scss files.

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