xtreme1-io / xtreme1

Xtreme1 is an all-in-one data labeling and annotation platform for multimodal data training and supports 3D LiDAR point cloud, image, and LLM.
https://www.basic.ai
Apache License 2.0
853 stars 141 forks source link

Avoid Docker #285

Open Thejas821 opened 1 week ago

Thejas821 commented 1 week ago

Is it possible to avoid docker application for development in local environment using npm start.

jaggerwang commented 3 days ago

Yes, you can start frontend services with command yarn dev, and proxy api requests to backend services running in Docker Compose.