https://github.com/bitbrain/dreamkid
Design system implementation for a dreamful app.
https://github.com/bitbrain/dreamkid
Last synced: 12 months ago
JSON representation
Design system implementation for a dreamful app.
- Host: GitHub
- URL: https://github.com/bitbrain/dreamkid
- Owner: bitbrain
- Created: 2024-01-25T09:27:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T14:45:45.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T23:36:01.641Z (about 1 year ago)
- Language: JavaScript
- Size: 10.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dreamkid Design System
An app that revolutionises child books.

_Original design depicted._
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Storybook

This project uses Storybook. Run the following command to view all available components provided by the design system:
```bash
npm run storybook
```
## Design System
Refer to the [Design System document](DESIGNSYSTEM.md) for details on the design system.