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 upcomposer test⚠ Required npm run dev-hot and php artisan serve.
composer test:browserRun the ESLint checker with npm run eslint.