TIF_E41210369/ems-sense/README.md

591 B

Overview

This is the web app for the EMS-Sense project.

How to install

Built simply using Laravel, Breeze, and just Livewire.

  • Setup Laravel Project

    composer install && pnpm install && php artisan key:generate && php artisan storage:link
    
    • composer install
    • pnpm install
    • php artisan key:generate
    • php artisan storage:link
  • Setup .env

    mv .env.example .env
    
    • rename the template to .env
    • sesuaiin aja sih sesuai keinginan

How to run

  • Serve with
    php artisan serve
    
    or
    composer dev