Giter Site home page Giter Site logo

kthrnv / inst377-sp2021 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eryan7/inst377-sp2021

0.0 0.0 0.0 4.15 MB

Lab and file support for INST377 in spring 2020

License: Creative Commons Zero v1.0 Universal

Shell 0.05% JavaScript 54.03% HTML 33.32% CSS 12.59%

inst377-sp2021's Introduction

INST377-SP2021

This is the lab support repository for the Spring 2021 version of INST377.

Installation

  • Once you have forked this repository to your own account using the Fork button in the top right of the Github page
  • Clone this repository into Github Desktop using the large green Code button.
  • Open it using the "open this repository in VSCode" button within Github Desktop.
  • In VSCode, open a new terminal window by going to the Terminal option and selecting New Terminal.
  • Type npm install in that window.
  • You should be able to test your labs by typing npx cypress open

Keeping Up To Date With The Course Repository

  • You cannot publish your changes to the course repository.
  • Instead, you will need to add a remote to your code base, and publish your work there.

In VSCode

In your terminal window, in your copy of this repository (folder):

  • type git remote -v - this will list all the remote places you can save your code. It should list two repositories:
    • The course copy of this repo, called "upstream" - upstream https://github.com/UMD-INST377/INST377-SP2021
    • Your copy of this repo, called "origin" - origin https://github.com/Your-Username/INST377-SP2021

To set your repository remote (where you publish code to) in GH Desktop

How It Should Look When You're Done

  • git remote -v should output this:
upstream https://github.com/UMD-INST377/INST377-SP2021.git (fetch)
upstream https://github.com/UMD-INST377/INST377-SP2021.git (push)
origin https://github.com/your-username/INST377-SP2021.git (fetch)
origin https://github.com/your-username/INST377-SP2021.git (push)
How To Update Your Own Remote From The Main Lab Files

You will need to pull from the class repository periodically as we go through the semester, though hopefully not for the first few weeks. To do this, in VSCode:

  • Open a terminal window.
  • Type git pull upstream main, and you should have any changes that have been made since your last pull.
  • You should do this pretty much every time you get working with the labs.
  • If it messes with you, which it may do, please join us for office hours and we'll work it out.

inst377-sp2021's People

Contributors

aleitch1 avatar kthrnv avatar pagarc avatar elt-abdel avatar malcvmoore avatar dependabot[bot] 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.