https://github.com/dylanblokhuis/poe-laddertracker
Path of Exile ladder tracker
https://github.com/dylanblokhuis/poe-laddertracker
laravel vue
Last synced: 2 months ago
JSON representation
Path of Exile ladder tracker
- Host: GitHub
- URL: https://github.com/dylanblokhuis/poe-laddertracker
- Owner: dylanblokhuis
- Created: 2019-02-19T16:35:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T16:46:07.000Z (about 6 years ago)
- Last Synced: 2025-01-11T17:53:28.990Z (4 months ago)
- Topics: laravel, vue
- Language: PHP
- Homepage:
- Size: 647 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PoE-laddertracker
Preview:

How to run app:
```
git clone https://github.com/BlokyKappa/PoE-laddertracker.gitcomposer install
yarn or npm install
php artisan migrate
php artisan serve
```