Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

executable file
·
20 lines (14 loc) · 562 Bytes

FarmBot Frontend

HTML, CSS, JS. Mostly React / WebPack

How?

  1. git clone https://github.com/FarmBot/farmbot-web-frontend.git
  2. cd farmbot-web-frontend
  3. npm install
  4. Move a copy of /src/js/config.example.js over to /src/js/config.js
  5. npm start
  6. Visit http://localhost:8080/webpack-dev-server/src/bundle

Notes: Make sure you have node installed.

TODO:

  • Finish routing ("ROUTE_CHANGE" action creator does nothing.)
  • Add test suite.
  • Get sourcemaps working