- Install [Visual Studio Code](https://code.visualstudio.com/docs/setup/linux#_debian-and-ubuntu-based-distributions)
@ -45,23 +45,28 @@ Password: ***
Password (again): ***
```
- Install UI packages and start UI debug server:
- Install npm packages for UI and start UI debug server (run the following command from CVAT root directory):
```sh
cd cvat-core &&npm install
cd ../cvat-canvas && npm install
cd ../cvat-ui && npm install
npm start
npm install&& \
cd cvat-core && npm install && \
cd ../cvat-canvas && npm install && \
cd ../cvat-ui && npm install &&npm start
```
- Run Visual Studio Code from the virtual environment
- Open new terminal (Ctrl + Shift + T), run Visual Studio Code from the virtual environment
```sh
code .
cd .. && source .env/bin/activate && code
```
- Inside Visual Studio Code install [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) and [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) extensions
- Install followig vscode extensions:
- [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)