- Install dependencies:
composer install
npm install- Build assets:
npm run build- Link storage:
php artisan storage:link- Start the server:
php artisan serve-
Register your account and verify your email
-
Seed dummy data (adds other users and sample expenses for your account):
php artisan db:seed