Name-badge printing application for MBLGTACC.
- Clone the directory
git clone [email protected]:SGDInstitute/pathfinder.git- Copy
.env.exampleto.env
cp .env.example .env- Install composer dependencies
composer install- Generate application key
php artisan key:generate- Install NativePHP dependencies
php artisan native:install- Install Tailwind dependencies
npm install- Run the NativePHP development server
php artisan native:serve- Run Vite
npm run dev- Run the NativePHP development server
php artisan native:serve