Checking out and installing dependancies
git clone [email protected]:Cyberbyte-Studios/armabyte.git
composer install
yarn
To get a local development copy just run these commands
php artisan serve
php artisan migrate
php artisan passport:install
Compiling CSS files
gulp --watch