This repo contains the beta version of the Axon Ivy low-code Designer called Axon Ivy NEO Designer. It uses Remix in SPA mode for the UI.
npm i
npm run i18n:collect
Start an Axon Ivy Engine (on port 8080, you could use the provided Docker compose service) and hit F5 to launch or run:
npm run dev
The easiest way to get started is to run the Docker compose ivy service, which provides an engine with the neo-test project. Then simply run the Playwright test via UI.
Build the remix spa application for production:
npm run build
You can preview the build locally with:
npm run serve