acikyazilimagi / acikyazilimagi/deprem-io
PWA aktifleştirilmesi
- Lenguaje dominante
- TypeScript
- Estrellas
- 47
- Forks
- 17
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
hızlıca [next-offline](https://www.npmjs.com/package/next-offline) paketi kullanılabilir.
veya
- [ ] 1. icon.png public'e eklenmesi

- [ ] 2. public'e manifest.json eklenmesi
```
{
"theme_color": "#ef4444",
"background_color": "#ffffff",
"display": "standalone",
"scope": "/",
"start_url": "/",
"name": "Deprem Imece Platformu - deprem.io",
"short_name": "deprem.io",
"description": "Depremzedelerin yard\u0131m alabilece\u011fi ve depremzedelere yard\u0131m etmek isteyenlerin kullanabilece\u011fi ortak platform.",
"icons": [
{
"src": "/icon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}
```
- [ ] 3. Meta etiketlerinin girilmesi
```
```
- [ ] 4. public'e sw.js eklenmesi
- [ ] 5. app.tsx'de bu Service Worker'ın tanımlanması
Guía de contribución
Línea de trabajo
Start by inspecting the Next.js entry point app.tsx and the public directory, then compare the next-offline option with the listed manifest and service-worker checklist. Done means the PWA assets, metadata, and service worker are present and app.tsx registers the worker.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- nextjs, typescript
- Área
- frontend, web-dev
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 38/100