Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.03 KB

growbot-frontend

A web application to control your GrowBot. This is the client application that interacts with web-server.

Contributing & Installing

  1. Make sure Node is set up.

    Don't have Node? Please follow the Node installation instructions

  2. Run 'npm install' and wait for the npm package-manager to retrieve and install the dependencies.

  3. Run 'npm start' and wait for the web app to compile and start.

  4. 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!

Software License

This software is governed by the license defined in /LICENSE at the root of this repository.