Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1021 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 1021 Bytes

VENTURA

Virtual Decision Room (VDR)

A system to enable local government, the local community and other relevant partners such as regulators and water utility companies to collaboratively plan and evaluate the environmental sustainability of urban growth planning scenarios using co-designed water neutrality indicators.


Get started

Prerequisites

  • Angular
  • PNPM

Local Development

To run the VENTURA VDR locally you can run the application with the following commands

# Clone VDR repo
git clone https://github.com/<THIS_REPO>

# Navigate to project directory
cd vdr-foss

# Install dependencies
pnpm install

# Run the VDR
pnpm run start

Testing

To run the testts:

# Option 1. Start the local server, run the tests then close down
pnpm run ci-e2e

# Option 2. Start the server in terminal A then run the tests in terminal B
pnpm run start
pnpm run e2e