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

2022-fall-homework-3b

  • Homework 3

    Starter code for Homework 3 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-3.git
    $ cd homework-3

    (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/1358487 for Dr. Brady's students. See <…> for Dr. Vinod's students.