Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

2022-fall-homework-1

  • Brady James Garvin's avatar
    Brady James Garvin authored
    Added another link for Dr. Vinod's students to the README.
    
    See merge request csce-310/2022-fall-homework-1!1
    f8cacd94
    History

    Homework 1

    Starter code for Homework 1 in the CSCE 310 course at UNL.

    Quick Start

    Recursively clone this repository and cd into the root folder:

    $ git clone --recursive git@git.unl.edu:csce-310/homework-1.git
    $ cd homework-1

    (If you forget --recursive when cloning, you can cd into your clone and run git submodule update --init --recursive instead.)

    Install dependencies:

    $ npm install

    Instructions

    See https://canvas.unl.edu/courses/136556/assignments/1303209 for Dr. Brady's students. See https://canvas.unl.edu/courses/143117/assignments/1343993 for Dr. Vinod's students.