Landing website for OpenCampus

🌟 Main Repository

👉 https://github.com/TeamOpencampus/opencampus

🛠 Development

  • Prerequiste: Node 14.xx or later, Yarn package manager
  • Fork the repository
  • Clone the repository to your local machine - git clone https://github.com/your_github_username/opencampus-website.git
  • Install dependencies - yarn install
  • Create new branch - git checkout -b awesome-feature
  • Make appropriate changes
  • View changes with live server - yarn dev
  • Add changes to git - git add changed_file_or_folder
  • Commit the changes - git commit -m "Add this awesome feature"
  • Push the branch - git push origin awesome-feature
  • Make a pull request