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 # Replace this with the app url VITE_BACKEND_URL_URL=https://protected-mesa-89495.herokuapp.com/ ```