coming soon
Copy .env.example
to .env
, configure DB_*
, APP_URL
and STEAM_API_KEY
.
composer install
php artisan key:generate
# required devDependencies
npm install
npm run build
# start maintenance
php artisan down --secret=SECRET
# migrate database
php artisan migrate
# required devDependencies
npm install
npm run build
# stop maintenance
php artisan up
composer test
⚠ Required npm run dev-hot
and php artisan serve
.
composer test:browser
Run the ESLint checker with npm run eslint
.