##Getting Started
- Fork this repository
- Clone this repository from your personal Github account:
- Copy the HTTPS or SSH address on the page.
- From you DevLeague folder, run the command
$ git clone [SSH or HTTP address]
in your terminal in order to clone this repository into that folder (you don't need to type the "$"; this is the command prompt, and is used to signify your terminal is ready for commands).
- From your terminal, navigate into the world-events assignment:
$ cd world-events
- Write your code in the
app.js
file. - Open two terminal windows: 1) Run live-server to see your results in the browser. 2) Commit and push your code after each completed exercise.
- Don't forget to use your inspector in the browser.
- Have Fun!