An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Dreamkid Design System

An app that revolutionises child books.

![logo](designs/dreamkid.png)

_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

![storybook](designs/storybook.png)

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.