Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 351 Bytes

File metadata and controls

12 lines (9 loc) · 351 Bytes

This is a fresh Laravel 10 application configured to use InertiaJS, Svelte, and TailwindCSS.

Installation

  • cp .env.example .env
  • composer install
  • php artisan key:generate
  • yarn install
  • yarn run build
  • php artisan serve