Steiner Directory

Stack

  • Backend: Laravel 10
  • Frontend: Tailwind CSS 3
  • Infrastructure: Hosted on AWS Lambda via Laravel Vapor

Development

Install dependencies

composer install
npm install

Development server

# Run database migrations
php artisan migrate

# Start development server and frontend asset watcher
php artisan serve
npm run dev