HumanSignal / HumanSignal/label-studio

How to apply frontend changes in this project?

Open
#5,518 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
28.3k
Forks
3.7k
Avg merge
14h
Merged PRs (30d)
15

Description

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
```shell
python label_studio/manage.py migrate
python label_studio/manage.py collectstatic
python label_studio/manage.py runserver
```
2. Run
```shell
yarn ls:watch
# and
yarn lsf:watch
```

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.