Giter Site home page Giter Site logo

cs146-example's Introduction

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")

cs146-example's People

Contributors

gilgga avatar meshiest avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.