Skip to content

amikhalev/sprinklers3

Repository files navigation

sprinklers3

How to run

Docker

# for production build (http://localhost:8080)
docker-compose up

# for development with hot-reload (http://localhost:8081)
docker-compose -f docker-compose.dev.yml up

Not docker

yarn install

# for production build (http://localhost:8080)
yarn build
yarn start:pretty

# for development build (http://localhost:8081)
yarn start:dev

About

Web app for controlling remote sprinklers systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published