Skip to content

Commit f38557f

Browse files
authored
Merge pull request #48 from ciatph/fix/ciatph-47
Fix/ciatph 47
2 parents 02160b3 + 55590de commit f38557f

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following requirements and dependencies were used for this project. Other sy
2929
1. Install dependencies: <br> `npm install`
3030

3131
2. Serve with hot reload at localhost:8080 <br>
32-
`npm run dev`
32+
`npm run dev`
3333

3434
3. Build for production with minification. <br>
3535
`npm run build` <br>
@@ -60,17 +60,17 @@ Read on this [reference](https://trello.com/c/0A36NOdS) for more information on
6060
2. Edit and push updates to `my-updates-branch`.
6161

6262
3. Create a new **Pull Request (PR)** from the `my-updates-branch` that you've created to branch `vue-version`.
63-
- Go to `my-updates-branch` page in GitHub, i.e.:
63+
- Go to `my-updates-branch` page in GitHub, i.e.:
6464
https://github.com/ciatph/ciatph.github.io/tree/my-updates-branch
6565
- Press the **[New pull request]** button beside the branch navigator dropdown menu [Branch: my-updates-branch].
66-
66+
6767
4. Set the following in the resulting **"Open a pull request"** page:
6868
- **base:** `vue-version`
6969
- **compare:** `my-updates-branch`
7070
- Press the **[Create pull request]** button.
7171
- **WAIT** for the Travis CI checks to finish.
7272

73-
5. Press the **[Merge pull request]** button.
73+
5. Press the **[Merge pull request]** button.
7474
> WARNING: It is important to **WAIT** for the Travis CI checks from #4 to finish first before pressing this button, else the Travis CI build will fail.
7575

7676
6. View the travis CI status from [https://travis-ci.com/ciatph/ciatph.github.io](https://travis-ci.com/ciatph/ciatph.github.io). <br>
@@ -104,10 +104,11 @@ For testing purposes, the static build files can be optionally uploaded to Fireb
104104
Firebase CLI is required.
105105

106106
1. Login to the firebase cli as `ciat.ph06`.
107-
2. Build the website.
107+
2. Build the website.
108108
`npm run build`
109-
3. Deploy to firebase (https://ciatphdemo.firebaseapp.com/).
109+
3. Deploy to firebase (https://ciatphdemo.firebaseapp.com/).
110110
`firebase deploy`
111111

112112

113-
**Updated:** 20191113
113+
**Updated:** 20230121
114+

0 commit comments

Comments
 (0)