DUB Join the chat

LNMHacks-2.0

About

  • LNMHacks 2.0 is 24hrs theme based Hackathon in its second edition, where dreams become products and services.
  • An unforgettable hackathon this fall 2017; November 11-12 @LNMIIT

"Where your crazy ideas will become reality"

Getting Started with Contributing:

  1. After forking the project, git clone this repository onto your local environment:
git clone https://github.com/MozLNMIIT/LNMHacks-2.0.git
  1. Create a separate Git branch
git branch <your_new_branch_name>
  1. Git checkout your branch
git checkout <your_new_branch_name>
  1. Open up the project in your favorite code editor (e.g. Sublime Text 3,Atom etc).
  2. Make your changes.
  3. Git add and commit your changes.
git add <file_name>
git commit -m <insert_commit_comment>
  1. Git push your changes as well as your new branch.
git push -u origin <your_branch_name>
  1. Go to the GitHub repository and submit a Pull Request.