Giter Site home page Giter Site logo

feb-lab2-adv-track's Introduction

feb-lab2-adv-track

Lab 2, Advanced Track

  1. Make sure you're logged in to your account on GitHub.
  2. Go to https://github.com/stephanielingwood/feb-lab2-adv-track and click on the "Fork" button in the upper right. This will create a new copy of the repo, one that's associated with your account.
  3. Copy the link in the "HTTPS Clone URL" box on the right. Tip: that link should have your username in it, not mine.
  4. Open your terminal and navigate to your projects directory.
  5. Run this: git clone paste-in-that-url-here
  6. cd feb-lab2-adv-track
  7. Run npm install.
  8. Your assignment is in lab2.js. There are detailed instructions in the comments. Be sure to read everything. Run lab.js with node lab2.js.
  9. Before you turn in your assignment, run ./node_modules/.bin/grunt (or just grunt, if you have it installed globally) to check for jshint and jscs errors/warnings. Fix all the errors.

Turning in the assignment

You have two options.

Option 1

Upload lab2.js to Canvas.

Option 2

Submit a link to a pull request. To do this, do the following:

  1. Open your terminal and navigate to the feb-lab2-adv-track directory.
  2. Make a new branch and switch to it: git checkout -b yourBranchNameHere
  3. Stage all your files for the commit: git add . (Yes, you need that period.)
  4. Make sure that you're on the correct branch, and that the files are indeed staged: git status
  5. Commit the files: git commit -m "a descriptive message of what you've done goes here"
  6. Push the commit to a branch on GitHub: git push origin yourBranchNameHere . It should ask you for your GitHub username and password.
  7. Go to your repo on GitHub. Look for the green button that says "Compare and Pull Request"
  8. In the grey area near the top of the screen, there should be two dropdowns. One should say "base", and the other "compare". From the "base" dropdown, select "master". (Your master branch, not mine.) From the "compare" dropdown, select the name of your branch (if it's not already selected).
  9. Click the green "Create Pull Request" button. Then, copy the url and submit that in Canvas.

feb-lab2-adv-track's People

Contributors

stephanielingwood avatar

Watchers

 avatar  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.