Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.