Skip to content

Commit

Permalink
feat: pwa (#43)
Browse files Browse the repository at this point in the history
* feat: PWA

* fix: header blur
  • Loading branch information
0plan authored Mar 22, 2024
1 parent 470556d commit b562a4f
Show file tree
Hide file tree
Showing 13 changed files with 832 additions and 297 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ VRTN is Vite React Typescript i18n template
- [Layout](https://github.com/oedotme/generouted?tab=readme-ov-file#file-and-directories-naming-and-conventions)
- [Storybook](https://storybook.js.org/)
- Docker
- [PWA](https://vite-pwa-org.netlify.app/)

## 🚧 TO-DO

- [PWA]()
- [Markdown Support]()
- Unit Testing with [Vitest](https://github.com/vitest-dev/vitest), E2E Testing with [Playwright](https://playwright.dev/)
on [GitHub Actions](https://github.com/features/actions)
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚧</text></svg>">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>VRTN</title>
</head>
<body class='dark:bg-gray-800'>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vite-plugin-pwa": "^0.19.6",
"vite-tsconfig-paths": "^4.3.2"
}
}
Loading

0 comments on commit b562a4f

Please sign in to comment.