TIF_E41210369/ems-sense
Raihan f6a1b2a26d
initial commit
2025-05-06 12:04:42 +07:00
..
app initial commit 2025-05-06 12:04:42 +07:00
bootstrap initial commit 2025-05-06 12:04:42 +07:00
config initial commit 2025-05-06 12:04:42 +07:00
database initial commit 2025-05-06 12:04:42 +07:00
public initial commit 2025-05-06 12:04:42 +07:00
resources initial commit 2025-05-06 12:04:42 +07:00
routes initial commit 2025-05-06 12:04:42 +07:00
storage initial commit 2025-05-06 12:04:42 +07:00
tests initial commit 2025-05-06 12:04:42 +07:00
.editorconfig initial commit 2025-05-06 12:04:42 +07:00
.env.example initial commit 2025-05-06 12:04:42 +07:00
.gitattributes initial commit 2025-05-06 12:04:42 +07:00
.gitignore initial commit 2025-05-06 12:04:42 +07:00
README.md initial commit 2025-05-06 12:04:42 +07:00
artisan initial commit 2025-05-06 12:04:42 +07:00
composer.json initial commit 2025-05-06 12:04:42 +07:00
composer.lock initial commit 2025-05-06 12:04:42 +07:00
package.json initial commit 2025-05-06 12:04:42 +07:00
phpunit.xml initial commit 2025-05-06 12:04:42 +07:00
pnpm-lock.yaml initial commit 2025-05-06 12:04:42 +07:00
postcss.config.js initial commit 2025-05-06 12:04:42 +07:00
tailwind.config.js initial commit 2025-05-06 12:04:42 +07:00
vite.config.js initial commit 2025-05-06 12:04:42 +07:00

README.md

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