A web application to control your GrowBot. This is the client application that interacts with web-server.
-
Make sure Node is set up.
Don't have Node? Please follow the Node installation instructions
-
Run 'npm install' and wait for the npm package-manager to retrieve and install the dependencies.
-
Run 'npm start' and wait for the web app to compile and start.
-
Git commits must be clean, atomic, and most importantly, follow the seven sacred rules.
If you have a big commit that needs splitting up, you can use
git add --patch
(in short,git add -p
) to interactively stage hunks.If you are stuck, please ask for assistance!
This software is governed by the license defined in /LICENSE at the root of this repository.