# README
pgwatch web-gui
Quick Start
To run the app, you need to have yarn installed on your device. Install yarn.
After yarn installed, in project directory, you should run:
# Installs all dependencies for a project
yarn install
After all dependencies installed, you can run:
# Runs the app in the development mode
yarn start
Open http://localhost:4000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
# Variables
No description provided by the author