Club Management System is a web application that helps clubs manage their day-to-day operations more efficiently and effectively. It typically includes features such as: Membership management, Event management, Communication tools, Reporting and analytics
- React
- Tailwind
- React router dom
- parcel (bundler)
NodeJs should be installed in your system.
-
First clone the repo
git clone https://github.com/gdsc-gvp/CMS.git
cd CMS/frontend
-
Install all the dependencies
npm install
-
Run the frontend
npm start