AceOfSpades

image

Installation

git clone https://github.com/RhysLees/AceOfSpades.git
cd AceOfSpades
composer install
cp .env.example .env && php artisan key:generate 
npm install && npm run build
php artisan native:install
php artisan native:serve