Skip to content
Snippets Groups Projects
Select Git revision
  • b02145b6d031f4f34ffe3bb48633842065b0d716
  • main default protected
2 results

2023-fall-homework-4

Homework 4

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

(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/1622866.