I'm Kuzma, I live with your finances. I take responsibility and help you with emotions. You and I will make finances simple and understandable.
Make sure to install the dependencies:
# pnpm
pnpm installStart the development server on http://localhost:3000:
# pnpm
pnpm run devBuild the application for production:
# pnpm
pnpm run build --preset=firebaseDeploy
firebase deploy --only functions:server,hosting Check out the deployment documentation for more information.