- Download the
docker-compose.yaml- Provide the inferer API url in the
PUBLIC_API_URLenvironment variable.
- Provide the inferer API url in the
- Run
docker-compose upin the same directory - Open
http://localhost:8080in your browser (if 8080 is the port you specified in thedocker-compose.yaml) - You can test the app with the provided sample files in the
src/testdirectory.
You can find the images on Docker Hub.
Install dependencies:
npm iRun development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.


