Skip to content

OpInCo-Community/official-website

Repository files navigation

OpInCo Official Website

Prototype

In case you would like to have a look over the UI: Click here

Prerequisites

  • Install Git in your system.
  • Have VS Code or any equivalent text editor in your system.

Setting up the project

  • 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

Contributing

  • 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

Contributors

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

Releases

No releases published

Packages

No packages published