DaRealFreak / teeworlds-stats

PHP project to track and display stats for the game teeworlds
MIT License
0 stars 0 forks source link
laravel laravel-application statistics teeworlds

Teeworlds Stats

This is a completely rewritten version of www.teeworlds-stats.info (offline by now)
You can find this project being used live on teeworlds-stats.com

Installing

This project is running with PHP 7.3+ using the PHP Framework Laravel. Download this repository and install the dependencies like described in the Dependencies section

Requirements

for running the application following dependencies are being used and tested:

for compiling and generating the assets following dependencies are being used and tested:

Everything required is already prepared in the development environment using ddev.
You can simply run ddev start in the root directory to start the development environment.

Dependencies

All dependencies are managed by composer and npm.

For installing all Backend dependencies you can run composer install in the root directory.
For installing all Frontend dependencies you can run npm install && npm run production.

Running the tests

There are no tests yet, I'm still at migrating this project to Laravel and write tests when I'm working at the corresponding code.

Development

Want to contribute? Great!
I'm always glad hearing about bugs or pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits