Welcome to 2021-2022-devops-final-frontend 👋
Here is my rendering for the Devops lab. This git corresponds to the frontend of the application.
(A clean repository was created today in order to respect the gitmoji convention during my commits, I did not succeed all the first time tp)
I carried out the manual deployment to netlify, but my application cannot communicate with the back, despite the change of url. I nevertheless made the upload to dockerhub.
> The front end to my new startup idea
## Install
```sh
yarn install
```
## Running in dev
```sh
yarn dev
```
## Run tests
```sh
yarn test:unit
```
## Build for production
```sh
yarn build
```
## Configure the app
```sh
# Replace this with the app url
VITE_BACKEND_URL_URL=https://protected-mesa-89495.herokuapp.com/
```