https://github.com/nickbytes/x0x0x-client
https://github.com/nickbytes/x0x0x-client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickbytes/x0x0x-client
- Owner: nickbytes
- License: gpl-3.0
- Created: 2016-12-26T05:27:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T20:28:45.000Z (over 9 years ago)
- Last Synced: 2025-02-09T01:36:44.389Z (over 1 year ago)
- Language: JavaScript
- Size: 609 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x0x0x (client)
federated link sharing
* no likes/faves/stars
* no public identity
* just links from servers
## setup
Just open up in your favorite browser and subscribe to networks that are running the [x0x0x server](https://www.npmjs.com/package/x0x0x-server).
If you plan to access this page on your mobile device, you may need to host it publicly somewhere if you are not able to access local files. You can host this anywhere as static HTML or you can just use [https://ednapiranha.github.io/x0x0x-client](https://ednapiranha.github.io/x0x0x-client).
If you want to make changes to the client-side JS code and need to update bundle.js:
npm run build
Then make your changes and run `npm run build` before refreshing to your updates.
## side notes about adding support for ES6/ES7, etc
If you choose to add a third-party option such as webpack, gulp or grunt, you are free to do this on your fork. To keep this minimal and compact, we've opted out of adding this as a default option on the codebase.