mdchia / Farmbot-Farm-Planner

Open source farm planner, started with the Farmbot 2019 S2 project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Farmbot-Farm-Planner

Open source farm planner, started with the Farmbot 2019 S2 project. Website viewable here: https://mdchia.github.io/Farmbot-Farm-Planner/

Getting Started

This readme describes setting up and running the app in a development environment. Deployment instructions will be added later as the project progresses. For more information on getting started, see the dedicated Ionic page

Prerequisites

Node.js

Installing

Install the Ionic framework with npm install -g ionic. Then install the dependencies with npm install.

Running

Navigate to the project source with cd Farmbot-Farm-Planner then start the app with ionic serve. This will start a web server and allow live reloading of changes.

Deploying to Github Pages

Run npm run gh-pages to build and deploy the branch to the gh-pages branch, which will update the website.

About

Open source farm planner, started with the Farmbot 2019 S2 project

License:MIT License


Languages

Language:TypeScript 68.5%Language:CSS 14.6%Language:HTML 11.5%Language:JavaScript 5.4%