2021-04-25 21:39:10 +02:00
|
|
|
<p align="center">
|
|
|
|
|
<img src="aio/src/assets/images/logos/angular/angular.png" alt="angular-logo" width="120px" height="120px"/>
|
|
|
|
|
</p>
|
|
|
|
|
|
2021-04-25 19:48:07 +02:00
|
|
|
# TFTPaths
|
|
|
|
|
|
2021-04-25 20:34:33 +02:00
|
|
|
Teamfight tactics champions sinergies and combinations.
|
|
|
|
|
Champion pool not updated.
|
2021-04-25 19:48:07 +02:00
|
|
|
|
|
|
|
|
### Install libraries
|
|
|
|
|
```bash
|
|
|
|
|
npm i
|
|
|
|
|
```
|
|
|
|
|
|
2021-04-25 20:42:41 +02:00
|
|
|
### Start
|
2021-04-25 19:48:07 +02:00
|
|
|
```bash
|
2021-04-25 20:42:41 +02:00
|
|
|
npm run start
|
2021-04-25 19:48:07 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Open Pull Request
|
|
|
|
|
Make changes and create a merge request.
|