toskabnk / OligesReact

Frontend for Oliges webapp
0 stars 0 forks source link

oliges-logo-1

About Oliges

Oliges, an easy-to-use web application, is designed to streamline the management of olive oil cooperatives, covering everything from olive intake management to the automated generation of Delivery Note (DAT) documents. Oliges stands out for its ability to:

With Oliges, you'll efficiently and swiftly digitize your cooperative.

Requirements

In a local enviroment:

Installation

Clone the repository into a folder with the project name:

git clone https://github.com/toskabnk/OligesReact.git

Or in the current folder with:

git clone https://github.com/toskabnk/OligesReact.git .

Install the dependencies with

npm install

Rename the file .env.example to .env and modify the value of VITE_API_URL='http://localhost:3000' with the API address. No need to add a license to VITE_MUI_LICENSE='MY_LINCENSE_KEY', but if you have one, add it there.

Run

Once the dependencies are installed, you can run the project in a local environment by executing the following command in a terminal:

npm run dev

Compilation

To compile the project, run the following command in a terminal

npm run build

A 'dist' folder will be created in the root of the project. Inside, you will find the assets used, as well as the compiled HTML and JS code of the project.