WebUI is built by using React and fluentui.
-
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
-
WebUI uses eslint and prettier to format code. You could use the command
yarn sanity-check
to check the code error status. And useyarn sanity-check --fix
could modifiy the most code style error before you send PR. Also Please useyarn stylelint --fix
to formatcss and scss
files. -
You could send the PR if
yarn release
gets successful build after formatting code.