Licence
MIT
Version
1.1.0
Deps
37
Vulns
46
Weekly
0
Farmbot Web Frontend
This is the Javascript / HTML / CSS related to Farmbot's browser control app. It depends on a backend API (my.farmbot.io by default).
Up and Running
- Install node if you haven't already.
git clone https://github.com/FarmBot/farmbot-web-frontend.gitcd farmbot-web-frontendnpm installnpm start- Visit
http://localhost:8080/app/login
Deploy to Production
NOTE: The Web API deployment will automatically build the latest version of the frontend and mount it in the web server. The instructions below are intended for reference purposes, or for users who wish to host their frontend code on a different server than their API.
- run
npm run build - Copy the contents of
/appinto your webserver so that it will be accessible via/app. - Visit
/app/loginon your web server to verify installation. - Submit an issue if you hit problems during the installation.