This is the Solo Leveling Minecraft server project Website.
Here is how to clone and install symfony dependencies:
git clone https://github.com/NeyrowZ/solo-leveling-website.git
cd solo-leveling-website
composer install
Then you will have to start a MySQL database to localhost:3306 to then setup the database system:
php bin/console doctrine:database:create
php bin/console make:migration
php bin/console doctrine:migrations:migrate
The symfony development dev local server & automaticaly start the symfony SassBundle command to build scss changes.
symfony server:start