diff --git a/.gitignore b/.gitignore index 864a05c..01cd317 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,4 @@ dist npm-debug.log* yarn-debug.log* yarn-error.log* +*.pem diff --git a/README.md b/README.md index 280c785..35d0d29 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# Deployment + +The website is deployed at http://ubuntu@ec2-13-239-60-176.ap-southeast-2.compute.amazonaws.com:9000/ + + # Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). diff --git a/package.json b/package.json index f267c1a..6d14480 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,8 @@ "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", + "firebase": "^8.6.8", + "firebaseui": "^4.8.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", diff --git a/public/index.html b/public/index.html index aa069f2..c7a4a5e 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,9 @@ + + React App -
+
+
+
+ + +