From 14e1dd72a11ac835666d4ae9d7cb8107c79308ef Mon Sep 17 00:00:00 2001 From: Ekta <90129737+ektaarora16@users.noreply.github.com> Date: Sun, 17 Oct 2021 19:33:12 +0530 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 3c4ed2a..4972f6d 100644 --- a/README.md +++ b/README.md @@ -206,3 +206,33 @@ We've been to a lot of hackathons, both as hackers and sponsors. What advice do - **Go to workshops and activities.** Yes, you're probably here to hack, but you can't be productive for the whole time. Don't forget to take breaks, talk to people, and take advantage of what the organizers have put together for you. - **Demo.** Even if your hack isn't perfect, it's a hack. You had a weekend to build something and hopefully you did other things, too (maybe cup-stacking?) Prepare a demo and give it! It's fun and important to be able to explain what you did and to show others. - On the topic of demos, keep it short and simple. Yes, it's nice to have a lead-in showing you did background research, but the focus should be on showing what you built. That is the primary focus of judges: most everything else is probably secondary. + +## ⚡ Guidelines To Use +1. To use this repository in your webpages or sites, First you have to fork this repository in your GitHub account. + +2. Clone the repository from your account to local PC, so its available to you locally. Also, you can make changes in it. + +3. Go to your Desktop and open `Git Bash` and copy or manually type the code. + +4. First you have to go to Desktop and clone the repository + + + cd Desktop/ + +5. To clone this repository copy the code + + + git clone https://github.com/twilio/hackathons.git/ + + 6. After clone the repository copy the code + + + cd hackathons/ + +7. To open this repository in your `VS Code` Editor + + + code . + + +8. Congratulation 🎉 You can use this repository in your Webpages or Sites.