Vaultoy Count is a group expense splitting app with end-to-end encryption, built as an alternative to apps like Tricount and Splitwise.
-
Install nvm
-
Install node
nvm install- Install packages
npm install- Create a
.envfile and copy the content of.env.exampleto it.
cp .env.example .env- Start development server
npm run devMade by combining and modifying the two following assets :
- Ant Design (
AiOutlineSafetyin React Icons) - Lucide (
LuSplitin React Icons)