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

https://github.com/nnecec/gcd

Generate Components Document
https://github.com/nnecec/gcd

antd docz rollup typescript

Last synced: about 2 months ago
JSON representation

Generate Components Document

Awesome Lists containing this project

README

          

# GCD

Generate Components Documents.

## Why?

To build components library and generate comprehensive documentation through a easy way.

We use these tools:

- [docz](https://github.com/pedronauck/docz): Components documentation website
- TypeScript: Better development experience
- Jest: Test components
- Rollup: Build and export clean library

## Get Started

### dev

`yarn start` and open your browser : `localhost:3005`

### build

`yarn build`