supermemoryai / supermemory

Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension.
https://supermemory.ai
MIT License
6.22k stars 594 forks source link

Add PWA Support for Web App #235

Closed MaheshtheDev closed 1 month ago

MaheshtheDev commented 1 month ago

Add PWA Support for Web App

Overview

This pull request adds Progressive Web App (PWA) support to the web application. PWAs are web applications that can be installed on a user's device and provide an app-like experience, with features like offline access, push notifications, and home screen shortcuts.

Changes

Overall, this pull request enhances the web application by adding PWA capabilities, improving the user experience and accessibility of the app across different devices and platforms.

✨ Generated with love by Kaizen ❤️

Original Description None
CodeTorso commented 1 month ago

try building project locally, next always throws some error in pwa

MaheshtheDev commented 1 month ago

@CodeTorso , it worked for me. May i know what kinda error you are facing in local?

Dhravya commented 1 month ago

build failed because of frozen lockfile. just do pnpm i again and update PR!

cloudflare-pages[bot] commented 1 month ago

Deploying supermemory with  Cloudflare Pages  Cloudflare Pages

Latest commit: e6aa7a3
Status: ✅  Deploy successful!
Preview URL: https://524c9ef8.supermemory.pages.dev
Branch Preview URL: https://feat-pwa.supermemory.pages.dev

View logs

Dhravya commented 1 month ago
image
MaheshtheDev commented 1 month ago

updated the pnpm lock file

CodeTorso commented 1 month ago

try deleting it and just doing pnpm install again

MaheshtheDev commented 1 month ago

even after doing it, i am not getting any git changes to push

kaizen-bot[bot] commented 1 month ago

Code Review

All Clear: This PR is ready to merge! 👍

✨ Generated with love by Kaizen ❤️

Useful Commands