HawnGeek / prep_roulette

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prep_roulette

##Getting Started

  1. Fork this repository

  2. Clone the repository into your DevLeague Prep folder located in your local machine:

    • Copy the HTTPS or SSH address on the page.
    • From you DevLeague Prep 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).
  3. From your terminal, navigate into the this project assignment:

    • $ cd prep_roulette
  4. Create a new branch for the project:

    • $ git checkout -b your-branch-name
  5. Open the prep_roulette assignment in sublime and read the instructions in the app.js file.

  6. Don't forget to commit and push your code.

  7. Have fun!

About


Languages

Language:JavaScript 77.4%Language:HTML 22.5%Language:CSS 0.1%