Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 533 Bytes

Embed.md

File metadata and controls

36 lines (22 loc) · 533 Bytes

Install

Clone this repository and install all dependencies:

git clone [email protected]:heartexlabs/label-studio.git
cd label-studio
npm install

Now you can make any changes to the code or add your custom tags.

Run a development build

npm run start

And open your browser at http://localhost:3000

Run a production build

npm run publish

Generates the compiled version of label studio. This compiled version needs to be included into your app.

Extend

TBD

Embed

TBD