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

https://github.com/iprit/telechart2


https://github.com/iprit/telechart2

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Table of contents

- [Design](#design)
- [Demo](#demo)
- [Setup](#setup)
- [Author](#author)
- [License](#license)

## Design

[Design files](https://t.me/contest/59)

## Demo

[Demo page](https://iprit.github.io/telechart2/)

## Setup

Install dependencies
```sh
$ yarn # or npm install
```

Start the development server and `voilà`.

```sh
npm start
```

To build for production

```sh
npm run build
```

To preview the production build
```sh
npm run preview
```

## Author

Author [Alexander Belov](https://t.me/belov) 🔗

## License

[MIT](https://github.com/IPRIT/telechart2/blob/master/LICENSE)