Decentralised finance solution for farmers
- This React application is built using Vite.
- It uses Tailwind CSS
- The application is generated in JavaScript.
cd YOUR_APPLICATION
npm install
npm start
This file contains various environment variables that you can configure.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time.
You can install any dependencies (for example, React Router) with npm
:
npm install --save react-router
Alternatively you may use yarn
:
yarn add react-router