Skip to content

Manan-YMCA/manan-a-techno-surge

Repository files navigation

Manan A Techno Surge Website

⚙️ Built with

  • React.js
  • Firebase Firestore
  • Tailwind CSS

⚡Hoisted on Firebase

  • Production website: Link

👨🏻‍💻 Instructions for contributors 👩🏻‍💻

  1. Fork the repo from fork button
  2. Then clone the repo from your github profile in your local machine(e.g. from VS CODE Terminal) by running this command
    git clone https://github.com/<your profile name>/manan-a-techno-surge.git
  1. Go to folder of the code and in terminal type this to install dependencies modules
    npm
  2. To start development server, type
    npm start
  3. Switch to a new branch (with name related to feature you are working on), by running this command
    git switch -c <branch_name>
  4. After finishing your code - add, commit and push it to your repo.
  • Add your changes to staging area
    git add .
  • Commit your changes
    git commit -m "<write message here>"
  • Push your feature branch to github repo
    git push -u origin <current branch name> (You can also publish your feature branch by clicking 🔁(Synchronise changes) button in the left bottom side of your vs code instead of writing this command)
  1. After pushing, now you can make pull request from your repo to original repo of manan organization profile
  2. Click on Pull Request tab in your repo on github then New Pull Request,
  3. Select dev branch in base repo box and < your feature branch > in compare box
  4. Explain about the changes you made in message box below and create a pull request.