label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

How to apply frontend changes in this project?

Open ntlm1686 opened this issue 2 years ago • 2 comments

I have modified the files under web/libs/editor/src/common, and expect to see some changes on the web.

Following the README files, what I have tried is to:

  1. Rerun
python label_studio/manage.py migrate
python label_studio/manage.py collectstatic
python label_studio/manage.py runserver
  1. Run
yarn ls:watch
# and
yarn lsf:watch

However, these commands seem didn't update my modification to the frontend page.

ntlm1686 avatar Feb 28 '24 20:02 ntlm1686

If you change the datamanager project, you also need to run yarn dm: watch. Alternatively, as a better option, simply run yarn watch without running any other xx:watch commands. Additionally, you also need to refresh the browser page.

zoooooway avatar Mar 08 '24 02:03 zoooooway

请问解决了么

wangtender avatar Apr 18 '24 08:04 wangtender