Stealth desktop App for MacOs, Linux and Windows.
- Stealth Official @ Telegram @ Telegram: https://t.me/stealthsend
Main technologies:
- Vue (3.0.x)
- PostCSS (8.2.x)
└─ $ ▶ node -v
v12.18.2
└─ $ ▶ npm -v
6.14.5
After cloning the repo from our git, do the following steps
Example:
cd stealthsend-frontend-components
npm i
npm run serve
Builds for desktop apps are still in research state and this is yet to be documented.
To deploy a new version of the kit, bump the patch tag and push (develop branch):
git add .
git commit -m "XST-123 implemented bla"
npm version patch && git push && git push --tags
- use GitFlow because it is suitable for handling multiple versions of the same project
- when something on kit is updated and everything is ready to push on repository use
npm version patch && git push && git push --tags
- Stealth Official @ Telegram: https://t.me/stealthsend
- GitFlow: https://nvie.com/posts/a-successful-git-branching-model