Cash Calendar is a simple web application designed to help you track your expenses and income efficiently. It is built with Next.js, TypeScript, and Tailwind CSS.
This project uses pnpm as the package manager. To install pnpm, run the following command:
npm install -g pnpm
Alternatively, you can follow the installation instructions on the official website.
Once pnpm is installed, you can install the project dependencies by running:
pnpm install
To start the development server, use the following command:
pnpm dev
The project is deployed on Vercel. However, since Vercel's free plan does not support GitHub organizations, the deployment is managed through a secondary repository hosted on GitLab.
- Add the Gitlab remote repository:
git remote add gitlab [email protected]:jilgue/cash-calendar.git
- Push the changes to Gitlab:
git push gitlab main