Web app version of Sticknet built using React and TypeScript.
Web app version includes the Vault. For full features, including groups, albums, and profile check out the mobile apps.
You can find Sticknet's mobile apps and main repo here.
- Node (>= 18)
- Install and start Sticknet's backend server
- Git clone:
git clone [email protected]:sticknet/sticknet-web.git && cd sticknet-web
- Install node modules:
yarn
- Run Webpack:
yarn watch
- Open
http://127.0.0.1:8000
in your browser
- Run tests:
yarn test
- Run lint:
yarn lint-fix
- Mobile apps: Sticknet mobile
- Backend server: Sticknet engine
- End-to-end encryption protocol: Stick protocol
You can email us as at [email protected]
Copyright © 2018-2024 Sticknet
Licensed under the Apache License 2.0