Finance tracker PWA web application.
Built with Next.js, Shadcn, Clerk, Drizzle and Neon. Deploy on Vercel.
You can try the app here.
- Clone the repository
git clone https://github.com/h3rmel/cash-in-hand.git
- Install dependencies
pnpm install
- Create a
.env
file and set the environment variables
cp .env.example .env
You can get the needed keys following this docs:
- Run the development server
pnpm dev