acikyazilimagi / acikyazilimagi/deprem-io

PWA aktifleştirilmesi

オープン
#3 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
47
フォーク
17
PR マージ指標
30日以内にマージされた PR はありません

説明

hızlıca [next-offline](https://www.npmjs.com/package/next-offline) paketi kullanılabilir.

veya

- [ ] 1. icon.png public'e eklenmesi
![icon](https://user-images.githubusercontent.com/45480153/217888351-5fb649ed-415f-4aa6-82d3-dfbb0823bd99.png)
- [ ] 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ı

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
nextjs, typescript
領域
frontend, web-dev
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
38/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。