Rail Infrastructure Visualizer (RIV) is a web application that allows users to visualize potential high speed rail lines in North America.
- Clone the repository:
git clone git@github.com:jvmueller/RIV.git
- Navigate to the project directory:
cd RIV - Bootstrap environment:
make bootstrap
first, activate virtual environment
source .venv/bin/activateRun Web Application:
make runRun CLI Application:
make cli