gilgga / cs146-example

all you need to do is fork this and make a pull request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-Setup

Install NodeJS/NPM: (This manages libraries you probably won't use)

Install Git Shell: (This helps keep track of your code so you're not passing around a USB or using Google Drive)

Take a tour of Git: (It's only a little confusing in the beginning) Learn Git

Instructions:

  1. Visit https://github.com/Meshiest/cs146-example
  2. Fork repo
  3. Open command line
    • Windows: Open Git Bash
    • Mac/Linux: Open a Terminal
  4. Clone the repo: git clone https://github.com/[your git username]/cs146-example.git * If you get a "Too many arguments" error, remove the brackets from your name
  5. Change directory to the project folder cd repo-name
  6. Install project dependencies npm install
  7. Copy minified jquery cp node_modules/jquery/dist/jquery.min.js ./
    • If this doesn't work on windows, try opening Git Bash
  8. Add and commit changes
    git add .
    git commit -m "your name CS146A"
    git push
    
    • If this wants you to do some weird git config --global thing, read those instructions!
  9. Open a pull requests (Come back to my repo, there might be a notification, otherwise click "new pull request")

About

all you need to do is fork this and make a pull request