Skip to content

h3rmel/cash-in-hand

Repository files navigation

Cash In Hand

Finance tracker PWA web application.

Built with Next.js, Shadcn, Clerk, Drizzle and Neon. Deploy on Vercel.

You can try the app here.

Setting up the project

  1. Clone the repository
git clone https://github.com/h3rmel/cash-in-hand.git
  1. Install dependencies
pnpm install
  1. Create a .env file and set the environment variables
cp .env.example .env

You can get the needed keys following this docs:

  1. Run the development server
pnpm dev

License

MIT