You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to add favourite pages in the nav bar (peersky://bookmarks)
QR Code generator:
Option to generate QR Code for every page in the URL prompt with plan1.
Archive (peersky://archive):
List and showcase published content from peersky://p2p/ apps for enhanced discoverability.
Provide metadata (e.g., creation date, content type) to improve navigation and usability.
Ability to download all the hashes of published data in a .json file.
Development
Node.js and npm Setup
Please refer to the Node.js official documentation to install Node.js. Once installed, npm (Node Package Manager) will be available, allowing you to run commands like npx and npm.
npm: Comes bundled with Node.js. Verify installation by running:
node -v
npm -v
Install dependencies
npm install
Start the app
npm start
Build
After development of the browser, run the following command. This will create a production build.
npm run build
# For Intel and Silicon macs
npm run build-all
# For macOS, Linux, and Windows
Now, the dist folder will appear in the root directory.
Contribute
Thanks for your interest in contributing to PeerSky Browser. There are many ways you can contribute to the project.