20 lines
313 B
Markdown
20 lines
313 B
Markdown
|
|
# TFTPaths
|
|
|
|
Angular website based in Teamfight Tactics champions sinergies and combinations.
|
|
Champion pool set updated to 5.5
|
|
|
|
It can be tested at: https://tftpaths.com
|
|
|
|
### Install libraries
|
|
```bash
|
|
npm i
|
|
```
|
|
|
|
### Start
|
|
```bash
|
|
npm run start
|
|
```
|
|
|
|
### Open Pull Request
|
|
Make changes and create a merge request.
|