This is a Marigold example app which uses the star wars api. With the app you can see what all is possible with the Marigold Design System.
It is build with Parcel.
To run the app in dev mode just type:
with pnpm:
pnpm build
pnpm start
with npm:
npm run-script build
npm run-script start