Modern webbased news reader working on every device with the core function to ask questions about daily topics. Bringing daily news with a gaming concept to people who don't like to read the news paper. Compare with friends, earn points, learn more daily general knowledge. Build on the Code+Content media hackathon sponsored by NDR, Tagesschau, Next Media Accelerator and Goolge News Initiative.
Copy the .env.example file to .env and configure the database you prefer. To install the dependencies, generate the application key and build the application do the following:
npm install
composer install
php artisan key:generate
npm run prod
At the end run a webserver that supports php in the public directory.
GPLv3