amol-c / 01-JShunt

JS Scavenger Hunt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scavenger Hunt - Instructions

  1. Fork this repository on GitHub

  2. Clone it to your Cloud9 VM:

    $ git clone <your repo's address>
  3. Solve clues and save under solutions directory (separate directory for each clue)

  4. Commit your changes:

    $ git add . # to stage all your changes
    $ git commit -am 'commit message here' # to commit
  5. Push to your repository on GitHub:

    $ git push origin master
  6. Open a Pull Request (PR) to the original fork (TpTScriptEd's)

  7. Submit a link to your PR here

About

JS Scavenger Hunt


Languages

Language:HTML 100.0%