Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.44 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.44 KB

Welcome to GAME.SCOPE 🎮

GAME.SCOPE TEMPLATE

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.

Setting Up a Development Environment

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:

Prerequisites

  • PHP 7.4 or higher
  • Composer
  • Symfony CLI
  • MySQL or another database of your choice

Steps to configure your local environment

  1. Clone this GitHub repository to your machine:
git clone https://github.com/yourusername/gamescope.git
  1. Navigate to the project directory:
cd gamescope
  1. Install PHP dependencies using Composer:
composer install
  1. Configure your database by modifying the .env file with your connection details.

  2. Create the database and run migrations:

php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
  1. Start the Symfony server:
symfony server:start

###License

This project is under the MIT license. Please refer to the LICENSE file for more information.

If you like it, do fork 🍴 and star ⭐