https://github.com/elkekoitan/firealert-mobile-app
🔥 FireAlert - Global Wildfire Early Warning System | AI-powered mobile app for forest fire detection and prevention
https://github.com/elkekoitan/firealert-mobile-app
ai emergency openstreetmap react-native supabase wildfire
Last synced: 3 months ago
JSON representation
🔥 FireAlert - Global Wildfire Early Warning System | AI-powered mobile app for forest fire detection and prevention
- Host: GitHub
- URL: https://github.com/elkekoitan/firealert-mobile-app
- Owner: elkekoitan
- Created: 2025-07-31T10:23:13.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-08-30T11:30:24.000Z (11 months ago)
- Last Synced: 2025-08-30T13:20:37.262Z (11 months ago)
- Topics: ai, emergency, openstreetmap, react-native, supabase, wildfire
- Language: TypeScript
- Homepage: https://firealert-mobile-app.vercel.app
- Size: 18.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FireAlert Mobile App (Expo + TypeScript)
FireAlert is a cross‑platform mobile app built with Expo and React Native. This repository contains the mobile client, local NestJS backend for OpenAPI, and a comprehensive documentation set under `docs/`.
## Quick Start
- Install: `npm install`
- Run (Expo): `npm start`
- Platforms: `npm run android` | `npm run ios` | `npm run web`
## Quality & Tests
- Lint: `npm run lint`
- Types: `npm run type-check`
- Unit tests: `npm test` | watch `npm run test:watch` | coverage `npm run test:coverage`
- E2E (Detox): `npm run build:e2e` then `npm run test:e2e`
## API Types (OpenAPI)
- Generate types: `npm run types:generate`
- Or start local backend + generate: `npm run generate:openapi`
## Docs & Guides
- Start with: `docs/README.md` (index)
- Canonical guide: `docs/firealert-all-in-one.md`
- Contributor guide: `AGENTS.md`
- Deployment, privacy, test reports: under `docs/` (eski/alternatif içerikler `docs/archived/`)
## Environment
- Do not commit secrets. Copy `.env.example` to `.env.local` (or `.env.development`, `.env.staging`, `.env.production`) and fill values.
---
For full details, see the documentation index at `docs/README.md`.