Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 711 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 711 Bytes

CMS

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

Build with

Frontend

  • React
  • Tailwind
  • React router dom
  • parcel (bundler)

How to setup and run frontend locally

Prerequisites

NodeJs should be installed in your system.

Steps to setup

  1. First clone the repo

    git clone https://github.com/gdsc-gvp/CMS.git
    cd CMS/frontend
  2. Install all the dependencies

    npm install
  3. Run the frontend

    npm start