Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 491 Bytes

readme.md

File metadata and controls

23 lines (19 loc) · 491 Bytes

Armabyte

Circle CI

Getting started

Checking out and installing dependancies

git clone git@github.com: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