TFTPaths/README.md
2021-09-27 23:04:56 +02:00

20 lines
308 B
Markdown

# TFTPaths
Angular website based in Teamfight Tactics champions sinergies and combinations.
Champion pool not updated.
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.