Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Β© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

ruzzzo123-star/safealert-ng

Domain:

peace and security

Record type:

software
Creator:
ruz
Host:
Emergency safety app for Nigeria # SafeAlert NG - PWA Deployment Package ## πŸ“¦ Contents ``` safealert-deploy/ β”œβ”€β”€ index.html # Main app (PWA-enabled) β”œβ”€β”€ manifest.json # PWA manifest β”œβ”€β”€ service-worker.js # Offline support & caching β”œβ”€β”€ icons/ # App icons (generate PNGs) β”‚ β”œβ”€β”€ icon.svg # Source SVG β”‚ └── README.md # Icon generation guide └── README.md # This file ``` ## πŸš€ Quick Deploy ### Option A: Netlify (Easiest) 1. Go to app.netlify.com 2. Drag this entire folder 3. Done! βœ… ### Option B: Vercel 1. Go to vercel.com 2. Sign in with GitHub/Google 3. Click "Add New" β†’ "Project" β†’ "Upload" 4. Drop this folder 5. Click "Deploy" 6. Done! βœ… ### Option C: GitHub Pages 1. Create new repo at github.com 2. Upload all files 3. Go to Settings β†’ Pages 4. Select "main" branch 5. Done! βœ… ## ⚠️ Before Deploying ### Generate Icons (Required) The PWA needs PNG icons. Generate them: 1. Go to realfavicongenerator.net 2. Upload `icons/icon.svg` 3. Download the package 4. Extract PNGs to `icons/` folder Required icons: - icon-192.png (Android) - icon-512.png (Android) - icon-180.png (iOS) - favicon.ico ## πŸ§ͺ Testing Your PWA After deployment: 1. Open your URL in Chrome 2. Press F12 (DevTools) 3. Go to "Application" tab 4. Check: - βœ… Manifest loaded - βœ… Service Worker registered - βœ… Icons loading 5. Run Lighthouse PWA audit ## πŸ“± Installing the App ### Android - Visit your URL in Chrome - Tap "Add to Home Screen" banner - Or: Menu β†’ "Install app" ### iOS - Visit your URL in Safari - Tap Share button - Tap "Add to Home Screen" ## πŸ”— Your Deployed URL After deploying, your app will be at: - Netlify: https://[random-name].netlify.app - Vercel: https://[project-name].vercel.app - GitHub Pages: https://[username].github.io] ## πŸ“ž Support This is a demo/prototype. For production: - Add real backend API - Implement user authentication - Connect to emergency services - Add real-time location tracking --- …

Visit

github.com

Languages

Phuie

Similar

safealertng/safealert-ngjamesbod0001-cleer/SafeAlert

safealertng/safealert-ng

Community safety and emergency response app for Nigeria # React + Vite This template provides a mi

jamesbod0001-cleer/SafeAlert

Community-powered safety intelligence for Nigeria β€” SafeAlert NG # SafeAlert NG β€” Backend API Comm