FarmTo Client
Overview
Follow these steps to get the FarmTo client app running locally for the Inventory project.
- CD to the directory where you want to install the code
- Run
git clone https://github.com/Hectare-Agritech/farmto-client
- CD into directory
cd farmto-client
- Checkout branch and install
git checkout master && npm install
- Open the
env.local
file in the repo root and change theAPI_INVENTORY_BASE_URL
tohttp://local.hctr.io:8001
- Run the app
npm run dev
- Make sure your local API is running, then login here
http://localhost:3000/inventory/auth/login