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.
- Angular
- PNPM
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
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