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

Latest commit

 

History

History
16 lines (11 loc) · 461 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 461 Bytes

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