# widget-livebook
**Repository Path**: leanflutter/widget-livebook
## Basic Information
- **Project Name**: widget-livebook
- **Description**: About Live preview example for flutter widgets.
- **Primary Language**: TypeScript
- **License**: MIT
- **Default Branch**: main
- **Homepage**: https://widget-livebook.leanflutter.dev
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2020-09-28
- **Last Updated**: 2024-01-17
## Categories & Tags
**Categories**: cross-platform-mobiledev
**Tags**: None
## README
Flutter Widget Livebook
Visit https://widget-livebook.leanflutter.dev
---
- [Introduction](#introduction)
- [Quick Start](#quick-start)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Starting Development](#starting-development)
- [Building for Production](#building-for-production)
- [Related Links](#related-links)
- [Discussion](#discussion)
- [License](#license)
## Introduction
[Flutter Widget Livebook](https://flutter-widget.live) is a website built with Flutter for web to live preview widget samples online.
## Quick Start
### Prerequisites
Before starting make sure you have:
- Installed [pnpm](https://pnpm.io/)
### Installation
```bash
$ melos bootstrap
$ cd storybook
$ pnpm install
$ pnpm build-preview-app
```
### Starting Development
```bash
$ cd storybook
$ pnpm storybook
```
### Building for Production
```
$ yarn build
```
## Related Links
- https://flutter.dev
- https://www.youtube.com/playlist?list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG
## Discussion
If you have any suggestions or questions about this project, you can discuss it by [Telegram Group](https://t.me/joinchat/I4jz1FE5sBGk7V0jUpzSXg) with me.
## License
[MIT](./LICENSE)