docs: update README how to build and run#24
Merged
Conversation
✅ Deploy Preview for qrss ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
How to make same on phone? |
Contributor
Author
Mobile devices generally have network capabilities, allowing you to access "https://qrss.netlify.app/" in a networked environment. This way, it can still be used in an offline environment or installed as a PWA application. |
LittleSound
approved these changes
May 8, 2025
Member
LittleSound
left a comment
There was a problem hiding this comment.
LGTM, Thnaks!
I always receive similar questions from many people, thank you for answering their doubts.
This was referenced May 8, 2025
|
P.s. Using command "npm install -g pnpm" somehow does not worked for me , but i used Invoke-WebRequest https://get.pnpm.io/install.ps1 -UseBasicParsing | Invoke-Expression in PowerShell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This project is very suitable for use on devices without any network connectivity, but there is a lack of instructions on how to build and run it. I have added a section on how to build static files and host on own web server.
Please point out any shortcomings.