In case you would like to have a look over the UI: Click here
- Install Git in your system.
- Have VS Code or any equivalent text editor in your system.
- Fork the repository
- Clone your forked copy -
git clone https://github.com/[YOUR-USERNAME]/official-website
- Navigate to directory of project -
cd official-website
- Install npm packages using
npm install
- Run the server with
npm run dev
- Server starts at 5000
- Go to localbrowser and run
localhost:5000
- Create a new branch -
git checkout -b [branch_name]
- Take up an issue or raise one.
- Discuss your proposed changes and get assigned
- If your changes are approved, do it in [branch_name]
- Make sure code contains no error
- Still in branch [branch_name]
- Stage the files using
git add .
- Commit only required files using
git commit -m "{Commit message}"
- Push the changes
git push origin [branch_name] -u
- Create a PR from your branch
Special thanks to all the contributors 💖
- Our community is inclusive and open to all
- Newcomers are always welcomed to contribute
- Suggestions/ideas are always welcome
Every contribution matters
Feel free to join our community - Discord link