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.
|