Skip to content

NativePHP application to print name-badges at MBLGTACC

Notifications You must be signed in to change notification settings

SGDInstitute/pathfinder

Repository files navigation

Pathfinder

Name-badge printing application for MBLGTACC.

Installation

  1. Clone the directory
git clone git@github.com:SGDInstitute/pathfinder.git
  1. Copy .env.example to .env
cp .env.example .env
  1. Install composer dependencies
composer install
  1. Generate application key
php artisan key:generate
  1. Install NativePHP dependencies
php artisan native:install
  1. Install Tailwind dependencies
npm install
  1. Run the NativePHP development server
php artisan native:serve

Running Locally

  1. Run Vite
npm run dev
  1. Run the NativePHP development server
php artisan native:serve