-
Copy
.envrc.exampleto.envrcand fill in the required environment variables for your EDC connector. -
Run the development server:
yarn dev
You can run the app using docker by running
docker compose -f docker-compose.local.ymlThis would run the connectors and the UI for you
To run the tests in the app use the following command
yarn playwright test [test-file-path]
# eg
yarn playwright test kafka-data-offer.spec.ts