Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.89 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.89 KB


BeTrust - Frontend

React Redux Typescript Vite Material UI i18n React Hook Forms

Installing the repo

Clone the repo to a local folder.

git clone https://github.com/BuenClima/betrust-frontend

Enable corepack on the project.

corepack enable

CD into the folder and yarn to install dependencies through.

yarn

Environment Variables

You will need various environment variables set to run the project. Ask another team member to send you these as save them in a file .env in the current folder. The .env is used on production and .env.development on development environment. A .env.example file is provided to fill it with the required variables.

Run the app

To run the app locally

yarn dev