Update readme
Seto Elkahfi committed
Jul 31, 2023 at 16:25 UTC
710ad0015115f4644470d6e92bea6ee4367eff68
1 file changed
+9
-1
README.md
+9
-1
@@ -1,4 +1,12 @@
1
-This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
1
+This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and deployed to the Firebase Hosting.
2
+
3
+## Deployment
4
+
5
+1. Install Firebase CLI tool.
6
+2. Run `firebase login`.
7
+3. Run `npm run build` to build the project.
8
+4. RUn `firebase deploy` to deploy the new build.
9
+
10
11
## Available Scripts
12