Data analysis tool and tutor to learn chess.
Create an .env file.
cp .env.example .env
Install the Composer packages.
composer install
Using PHP's built-in webserver.
php -S localhost:8080 -t public
Using Docker:
docker compose -f docker-compose.prod.yml up -d
Make sure that nginx has write permissions to the public/assets/img folder.
sudo chown $USER:www-data public/assets/img
See the contributing guidelines.
Happy learning and coding!