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.