workflows-ui
v1.0.0
Published
- Micro frontend UI components
Downloads
14
Readme
Workflows UI
- Micro frontend UI components
Setup Commands
Update/add .env file in the 'component-host' folder:
VITE_WORKFLOW_ORIGIN_ID=psaweb-PSA_LOCAL_TEST VITE_WORKFLOW_API_URL=http://localhost:3000 VITE_INTEGRATIONS_API_URL =https://prismatic-marketplace.dev.psarev.io
Open Terminal and execute a list of commands as shown below:
- pnpm install (Note: execute from a root of the project)
- cd workflow-components/
- pnpm build
- cd ../component-host
- pnpm dev
