Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 350 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 350 Bytes

Customization

  • Use .env.local to customize environment variables.

First Run

Install npm and dependencies:

yarn install
yarn run dev

Install composer dependencies:

cp .env.dist .env
composer install

Run website in local browser:

php artisan serve