You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@
5
5
#### Test deploy
6
6
7
7
8
-
* Install [now-cli](https://zeit.co/now) using `npm i -g now` and run `now` inside the project root directory. If you are using this for the first time, follow instructions to login (requires email verification).
8
+
* Install [now-cli](https://zeit.co/now) using `npm i -g now` and run `now` inside the project root directory.
9
9
10
10
* Thats it! Now the app is deployed. A link similar to https://coderplex-app-hj1vnm.now.sh is generated. Open this link to see the app live with the changes you made.
11
11
12
-
* You can alias your now.sh deployment to PR number like `coderplex-pr-11.now.sh` by command `run now alias <url> coderplex-pr-11.now.sh`.
13
-
14
-
* Now, post this link in the pull request to get it accepted sooner.
12
+
* You can alias your now.sh deployment to PR number like `coderplex-pr-11.now.sh` by using `run now alias <url> coderplex-pr-11.now.sh`.
0 commit comments