step 1 : Clone the repo
git@github.com:Subhadip006/EDC_Website.git (use ssh for easier maintenance, generate ssh key if not already)
step 2: Change the directory name to smaller cases
mv EDC_Website edc_website
step 3: install packages
npm install
step 4: run the server
npm run dev
please look upon the issues and work on them.