Skip to content

adil2705/Algorithm-8.0

Repository files navigation

Algorithm 8.0

This is Official page of Algorithm 8.0 A 32 hour long Hackathon Hosted by Anjuman I Islam Kalsekar Technical Campus

Mobile Client can be found here

Design and Develop by Technical Team of Algorithm 8.0 Leading by Adil Ahmad and Arman Khan

Setup

  1. Clone the repository
git clone https://github.com/adil2705/Algorithm-8.0.git
  1. Install the dependencies
npm install
  1. Run the server
npm run dev

Contributing

  1. Initialize the repository
git init
  1. Stage the changes
git add .
  1. Commit the changes
git commit -m "your message"
  1. Add the remote repository
git remote add origin https://github.com/adil2705/Algorithm-8.0.git
  1. Change the branch
git checkout experiment
  1. Push the changes
git push origin experiment
  1. Create a pull request
  2. Wait for the pull request to be reviewed and merged with the production branch