Skip to content

ProDex-IIT-Kharagpur/prodex-website-new

Repository files navigation

ProDex Website: ReactJS with TailwindCSS

This is the new ProDex website(work in progress). The website is being ported to ReactJS with TailwindCSS.

Steps to Contribute:

Setting Up the Local Repository

This requires creating a fork. To do so:

  1. Create a fork of this repository by clicking on the Fork button on the repository homepage.
    a.
    image
    b.
    Screenshot from 2025-12-15 18-50-47
  2. Once the fork is created, clone the repository using:
git clone https://github.com/<your-username>/<your-fork-name>.git
  1. Enter the folder on your local machine using:
cd <your-fork-name>
  1. Install required node packages(you should have NodeJS set up on your local machine):
npm i
  1. Run the server, then most changes will automatically be applied upon saving any file:
npm run dev

This will also tell you what is the URL of your local server.

Steps to Push your code to the main repository:

  1. Make the necessary changes, then commit and push using:
git add <required-files>
git commit -m "A descriptive commit message, preferably conventional format"
git push
  1. Once you have verified the changes, open a pull request. The option will be visible on the fork homepage. Make sure to add a PR to the correct branch
  2. The PR will be reviewed and accepted by admins

About

New website for ProDex IIT Kharagpur, ported to ReactJS and TailwindCSS

Resources

Stars

Watchers

Forks

Contributors