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

README.md

Blame
  • README.md 588 B

    Tests-Only Starter Code

    A minimal project to be used as starter code for Homework 4 in the 250 section of 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/2021-fall-homework-4.git
    $ cd 2021-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/114253/assignments/1110043.