This is the new ProDex website(work in progress). The website is being ported to ReactJS with TailwindCSS.
This requires creating a fork. To do so:
- Create a fork of this repository by clicking on the
Forkbutton on the repository homepage.
a.
b.

- Once the fork is created, clone the repository using:
git clone https://github.com/<your-username>/<your-fork-name>.git
- Enter the folder on your local machine using:
cd <your-fork-name>
- Install required node packages(you should have NodeJS set up on your local machine):
npm i
- 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.
- 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
- 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
- The PR will be reviewed and accepted by admins