Skip to content

Commit 6d7a327

Browse files
committed
Updated README.
1 parent 24fdaa7 commit 6d7a327

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Contains updated content with new AMIA Phase 2 information and documents.
1313

1414
The following requirements and dependencies were used for this project. Other system and software configurations are open for testing.
1515

16-
1. Windows 10 Pro
17-
2. NodeJS
18-
- npm version 10.16.3
16+
1. Windows 10 Pro
17+
2. NodeJS
18+
- npm version 10.16.3
1919
- npm version 6.9.0
2020

2121
## Build Setup
@@ -101,16 +101,13 @@ Please take note, the steps mentioned in **_Automatic CI/CD to GitHub Pages Usi
101101

102102
For testing purposes, the static build files can be optionally uploaded to Firebase hosting prior to deploying on GitHub pages.
103103

104-
1. Login to the firebase cli as `ciat.ph06`.
105-
106-
2. Run `firebase init`.
107-
- *Are you ready to proceed?* - choose **Y**
108-
- *Which Firebase CLI features do you want to set up for this folder?* - choose **_Hosting_**.
109-
- *What do you want to use as your public directory?* - type **/dist**
110-
- *Configure as a single-page app (rewrite all urls to /index.html)?* - choose **Y**
111-
- *File dist/index.html already exists. Overwrite?* - choose **N**
104+
Firebase CLI is required.
112105

113-
3. Run `firebase deploy`
106+
1. Login to the firebase cli as `ciat.ph06`.
107+
2. Build the website.
108+
`npm run build`
109+
3. Deploy to firebase (https://ciatphdemo.firebaseapp.com/).
110+
`firebase deploy`
114111

115112

116113
**Updated:** 20191113

0 commit comments

Comments
 (0)