Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.

Commit 81ff7ca

Browse files
committed
1. Installation Instruction
1 parent baccb08 commit 81ff7ca

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,30 @@ Integrated Development Environment for build Progressive Web Application (PWA) b
88
```sh
99
npm install -g yarn
1010
yarn global add serve
11-
```
11+
```
12+
13+
## Publish (Firebase)
14+
1. Open cmd/terminal on your computer.
15+
2. Install firebase tools using bellow command.
16+
```sh
17+
npm install -g firebase-tools
18+
```
19+
3. Login to firebase user cmd/terminal on your computer.
20+
```sh
21+
firebase login
22+
```
23+
4. Open Your Project on Pro7.
24+
5. Access Terminal from your Project on Pro7.
25+
6. Registering your app to firebase using bellow command.
26+
```sh
27+
firebase init
28+
```
29+
7. Choose Hosting
30+
8. Answer question with the example below.
31+
```sh
32+
? What do you want to use as your public directory? www
33+
? Configure as a single-page app (rewrite all urls to /index.html)? Yes
34+
? File www/index.html already exists. Overwrite? No
35+
```
36+
9. Klik Firebase Deploy from your Project on Pro7.
37+
10. Access the link show on your Project Terminal.

0 commit comments

Comments
 (0)