Welcome to 2021-2022-devops-final-frontend 👋

> 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 VITE_BACKEND_URL_URL=https://adechauveron-devops-final.herokuapp.com/ ```