This is a simple application that has integration with MOV.AI libraries.
It's purpose is to show how to use MOV.AI libraries outside of a robot container, and in a client context.
Note: Currently, you will have to have set up a compatible ~/.npmrc
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc
nvm install lts/iron # node 20
nvm alias default lts/iron
nvm use lts/iron
npm i -g pnpm
pnpm install
pnpm start
pnpm build
Go to src/setupProxy.js and change the "target" property in the object given as an argument to createProxyMiddleware.