label-studio
label-studio copied to clipboard
How to apply frontend changes in this project?
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:
- Rerun
python label_studio/manage.py migrate
python label_studio/manage.py collectstatic
python label_studio/manage.py runserver
- Run
yarn ls:watch
# and
yarn lsf:watch
However, these commands seem didn't update my modification to the frontend page.
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.
请问解决了么