GAME.SCOPE is a blog dedicated to the gaming community, designed for passionate gamers. Our goal is to create a platform where players can share their knowledge, discoveries, and passions for games. This README will guide you through the steps to find our blog online and set up a local development environment to contribute or explore our source code.
If you want to contribute to the development of GAME.SCOPE or simply explore our source code, here's how to set up a local development environment:
- PHP 7.4 or higher
- Composer
- Symfony CLI
- MySQL or another database of your choice
- Clone this GitHub repository to your machine:
git clone https://github.com/yourusername/gamescope.git
- Navigate to the project directory:
cd gamescope
- Install PHP dependencies using Composer:
composer install
-
Configure your database by modifying the .env file with your connection details.
-
Create the database and run migrations:
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
- Start the Symfony server:
symfony server:start
###License
This project is under the MIT license. Please refer to the LICENSE file for more information.