diff --git a/README.md b/README.md index 7f82e46..8b688a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +[![Netlify Status](https://api.netlify.com/api/v1/badges/9527e4dc-1bb2-40ef-b6eb-8515b91579bf/deploy-status)](https://app.netlify.com/sites/upbeat-agnesi-aad3fb/deploys) ## Available Scripts @@ -12,11 +12,6 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console. -### `yarn test` - -Launches the test runner in the interactive watch mode.
-See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. - ### `yarn build` Builds the app for production to the `build` folder.
diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..9d477c8 --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200