Skip to content

opendatalab/labelU-frontend

Repository files navigation

Development Guide

Setup development environment

Setup latest backend server

search labelu in Test Pypi, to find the right version for installation.

# change version '0.1.220' to the version you need.
pip install -i https://test.pypi.org/simple/ labelu==0.1.220
labelu --help
labelu --port 8000

Setup frontend environment

npm install

# edit proxy configuration in need.
vim vite.config.js

npm run start

open http://localhost:3000/