https://github.com/iprit/telechart2
https://github.com/iprit/telechart2
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iprit/telechart2
- Owner: IPRIT
- License: mit
- Created: 2019-04-09T00:43:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:37:46.000Z (over 3 years ago)
- Last Synced: 2025-06-29T11:39:23.346Z (12 months ago)
- Language: JavaScript
- Size: 6.49 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)