Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added progressive web app (PWA) functionality to the site #288

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Tarek018
Copy link

@Tarek018 Tarek018 commented Apr 17, 2024

I added Progressive Web App (PWA) functionality to the site ,
to test it, enter the following commands in the terminal:

  • npm install --global http-server
  • cd packages\site
  • pnpm run build
  • cd dist
  • http-server
    So why do I add pwa?
    Sometimes I do offline development, so I need to see the components offline, so I added pwa to the site so that it can be accessed offline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant