Skip to content
Snippets Groups Projects

Homework 5

Starter code for Homework 5 in the SOFT 260 course at UNL.

Quick Start

Recursively clone this repository and cd into the root folder:

$ git clone --recursive git@git.unl.edu:soft-core/soft-260/2023-fall-homework-5.git
$ cd 2023-fall-homework-5

(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/162939/assignments/1631899.