TFTPaths/README.md

21 lines
313 B
Markdown
Raw Normal View History

2021-04-25 21:39:10 +02:00
2021-04-25 19:48:07 +02:00
# TFTPaths
2021-04-25 21:40:42 +02:00
Angular website based in Teamfight Tactics champions sinergies and combinations.
2021-09-29 00:08:05 +02:00
Champion pool set updated to 5.5
2021-09-27 23:04:56 +02:00
It can be tested at: https://tftpaths.com
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.