This is a web application designed to manage the operations of an agency. It includes features such as Client Management, Project Management, Task Assignment, Time Tracking, Invoicing and Billing, Reporting, Collaboration Tools.
First, You need to clone the repo in local system.
For run this app please use node lts version, I have used 18.
After that, Do install all the packages and run the development server:
npm i
npm run dev
Open http://localhost:3000 with your browser to see the result.