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.