Sticknet Web App
July 24, 2024 · View on GitHub
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.
Mobile app
You can find Sticknet's mobile apps and main repo here.
Contributing
Prerequisites
- Node (>= 18)
- Install and start Sticknet's backend server
Setup
- Git clone:
git clone git@github.com:sticknet/sticknet-web.git && cd sticknet-web - Install node modules:
yarn
Running
- Run Webpack:
yarn watch - Open
http://127.0.0.1:8000in your browser
Testing
- Run tests:
yarn test - Run lint:
yarn lint-fix
Other repos:
- Mobile apps: Sticknet mobile
- Backend server: Sticknet engine
- End-to-end encryption protocol: Stick protocol
Contact Us
You can email us as at contact@sticknet.org
License
Copyright © 2018-2024 Sticknet
Licensed under the Apache License 2.0