goto-bus-stop / recgames

[WIP] Age of Empires 2 Recorded Games. Watch out, the current live version will be wiped multiple times before an actual release :)
https://recgam.es
GNU General Public License v3.0
1 stars 0 forks source link

recgam.es

This project is unmaintained. A more advanced and working recorded game database exists under the Siege Engineers umbrella, aoc-mgz-db.

recgam.es is a FOSS Age of Empires 2 recorded games storage, indexing and search service.

Live Site - License - Requirements

listing general

It's built on Laravel and RecAnalyst.

License

GPL-3. See COPYING.

Requirements

Running a local copy of recgam.es requires:

Setup

On the command line:

# Download the code
git clone https://github.com/goto-bus-stop/recgames
cd recgames
# Install dependencies
composer install
npm install
# Configure your local environment
cp .env.example .env
nano .env
# Compile JS and CSS
npm run prod
# Run it!
php artisan serve