Skip to content

MaciejWiatr/AquaHome

Repository files navigation

logo

AquaHome

Demo for household water management system created at Aquathon 2021 Hackathon

Screenshots

App Screenshot

App Screenshot

App Screenshot

Authors

Demo

Hackathon Presentation: https://short.maciejwiatr.pl/aquahome

Walkthrough video: https://youtu.be/js39xZSPjEA

Live version: https://aqua-home.vercel.app/login

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  yarn

Set environment variables

  export NEXT_PUBLIC_BACKEND_URL=<your_locally_running_backend_url>

Start the server

  yarn dev