Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 633 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 633 Bytes

Audiovisual.dev

  1. (Optionally) Fork this repository

  2. Clone the repository locally: (git clone [email protected]:tighten/audiovisual.git)

  3. Install dependencies with: (composer install)

  4. Copy .env.example to .env and modify its contents to reflect your local environment: (`cp .env.example .env)

  5. Generate an application key: (php artisan key:generate)

  6. Install frontend dependencies with: (npm install)

  7. Build frontend assets with: (npm run dev)