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

README.md

Blame
  • README.md 493 B

    Example Code

    A minimal project giving examples of map-reduce algorithms for 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/map-reduce-examples.git
    $ cd map-reduce-examples

    (If you forget --recursive when cloning, you can cd into your clone and run git submodule update --init --recursive instead.)

    Install dependencies:

    $ npm install