The open-source design system framework built for the future.
Mirrorful is an open-source design system framework that teams use to create and manage the building blocks of their app. Get started for free with Mirrorful Cloud.
Check out our quickstart guide.
The fastest way to get started with Mirrorful is with Mirrorful Cloud.
To run Mirrorful locally, you need to run both the web
project and the server
.
git clone https://github.com/Mirrorful/mirrorful.git; cd mirrorful; cd apps/web; yarn; yarn dev
Visit localhost:3000
. In a separate window, run the server at localhost:8080
:
Before running the server, you'll need to install mongodb
and run it in the background:
# from project root
cd packages/server; brew tap mongodb/brew; brew install mongodb-community@6.0; mongod --dbpath ./db/data
# from project root
cd packages/server; yarn; yarn dev
This repo is entirely MIT licensed. Need any integrations or want a new feature? Feel free to create an issue or contribute directly to the repository. The first draft of this README was made by a contributor!
To learn more, please visit our pricing page.
Whether it's big or small, we love contributions. Check out our contributing guide.
The avatars of all contributors will be added here as a thank you. We are so appreciative of everyone who makes Mirrorful special. Be part of the movement! Join us on Slack and try out Mirrorful Cloud.