Share your spare game keys with friends. Create groups, add your leftover keys from bundles, and let friends claim the games they want.
Sparekey.club is built with Laravel, Vue.js, and Inertia.js. It uses Tailwind CSS for styling and Laravel Sail for local development.
This is a standard Laravel application. Follow the official Laravel documentation for installation and deployment:
# Clone the repo
git clone https://github.com/andy3471/sparekey.club.git
cd sparekey.club
# Install PHP dependencies
composer install
# Copy environment file and generate app key
cp .env.example .env
php artisan key:generate
# Start Sail
vendor/bin/sail up -d
# Install JS dependencies and build assets
vendor/bin/sail npm install
vendor/bin/sail npm run build
# Run migrations
vendor/bin/sail artisan migratePull requests are welcome. For local development, use Laravel Sail to run the application.
If you find this project useful, consider supporting development: