Skip to content

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

Notifications You must be signed in to change notification settings

chaelivieira/cs146-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  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 ./
  8. Add and commit changes
    git add .
    git commit -m "your name CS146A"
    git push
    
  9. Open a pull requests (Come back to my repo, there will be a notification)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published