thinkful-ei-gecko / api-Nancy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping List Starter

Created for the Thinkful EI Program.

Instructions

  1. Clone this project onto your local machine
  2. Create a new repo in your cohort organization prefixed module-ex- and each of your names (e.g. module-ex-rich-mary)
  3. Inside your local project directory, change the remote origin to your new remote repo with the following command:
    • git remote set-url origin [new-repo-url] (do NOT enter the square brackets, just the repo url)
  4. If you entered the command correctly, then typing git remote -v should show the new repo url connected to origin
  5. Push to the new repo: git push -u origin master
  6. Begin the day's assignment as provided in the curriculum

About


Languages

Language:JavaScript 81.4%Language:HTML 13.4%Language:CSS 5.3%