Skip to content
Snippets Groups Projects
Select Git revision
  • 20ae3c56c07d73adf138072e813b07b5b44312e3
  • main default protected
  • solution
3 results

dynamic-programming

Forked from CSCE 310 / Dynamic Programming
3 commits ahead of the upstream repository.

Quick Start

Recursively clone this repository and cd into the root folder:

$ git clone --recursive git@git.unl.edu:csce-310/dynamic-programming.git
$ cd dynamic-programming

(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.