Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • solution
2 results

graph-search

  • Forked from CSCE 310 / Graph Search
    1 commit behind the upstream repository.

    Quick Start

    Recursively clone this repository and cd into the root folder:

    $ git clone --recursive git@git.unl.edu:csce-310/graph-search.git
    $ cd graph-search

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

    Install dependencies:

    $ npm install

    And then serve the application locally:

    $ npm start

    When you are done, press control-c to stop the server.