Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 468 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 468 Bytes

britecharts-typings

Typings for Britecharts. This is a training ground to be transferred to Definitely Typed list of available typings that could later be installed as so: yarn add -D @types/britecharts.

How to Contribute

  • Fork this repo
  • git clone https://github.com/[username]/britecharts-typings.git
  • cd britecharts-typings
  • yarn install
  • To run dev server for testing, run yarn start:dev