Offline-first emergency first aid and response application for low-bandwidth regions in Kenya
\## Setup Instructions for Local Development
To run this project locally:
1\. Clone the repository
2\. Run `composer install --no-dev`
3\. Copy `.env.example` to `.env`
4\. Run `php artisan key:generate`
5\. Run `npm install --legacy-peer-deps`
6\. Run `php artisan serve` and `npm start`
7\. Open `
localhost` in your browser