Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 583 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 583 Bytes

Contributing to React Echarts Component

We welcome your help to make this component better. This document will help to streamline the contributing process and save everyone's precious time.

Development Setup

This component has been setup with React CDK. Refer React CDK documentation) to get started with the development.

Get Started

git clone https://github.com/zillding/react-echarts-component.git
cd react-echarts-component
npm install
npm start
open http://localhost:9010