Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sticknet/sticknet-web
Web App Version of Sticknet - a Secure Social Storage Platform
https://github.com/sticknet/sticknet-web
cloud-storage decentralization end-to-end-encryption react social-network typescript web3
Last synced: 3 months ago
JSON representation
Web App Version of Sticknet - a Secure Social Storage Platform
- Host: GitHub
- URL: https://github.com/sticknet/sticknet-web
- Owner: sticknet
- License: apache-2.0
- Created: 2024-07-21T06:26:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T09:29:40.000Z (6 months ago)
- Last Synced: 2024-09-27T14:01:19.419Z (4 months ago)
- Topics: cloud-storage, decentralization, end-to-end-encryption, react, social-network, typescript, web3
- Language: TypeScript
- Homepage: https://sticknet.org
- Size: 552 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sticknet Web App
Web app version of [Sticknet](https://github.com/sticknet/sticknet-mobile) built using React and TypeScript.
Web app version includes the Vault. For full features, including groups, albums, and profile check out the mobile apps.
## Mobile app
You can find Sticknet's mobile apps and main repo [here](https://github.com/sticknet/sticknet-mobile).
## Contributing
### Prerequisites
- Node (>= 18)
- Install and start Sticknet's [backend server](https://github.com/sticknet/sticknet-engine)### Setup
1. Git clone: `git clone [email protected]:sticknet/sticknet-web.git && cd sticknet-web`
2. Install node modules: `yarn`### Running
1. Run Webpack: `yarn watch`
2. Open `http://127.0.0.1:8000` in your browser### Testing
- Run tests: `yarn test`
- Run lint: `yarn lint-fix`## Other repos:
1. Mobile apps: [Sticknet mobile](https://github.com/sticknet/sticknet-mobile)
2. Backend server: [Sticknet engine](https://github.com/sticknet/sticknet-engine)
3. End-to-end encryption protocol: [Stick protocol](https://github.com/sticknet/stick-protocol)## Contact Us
You can email us as at [email protected]
## License
Copyright © 2018-2024 Sticknet
Licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)