Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

marigold-ui/search-form-pattern

Repository files navigation

Marigold - Star Wars Example App 💫

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