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
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fmcnaveen%2FRandom-Words-API.git)
107
+
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fmcnaveen%2FRandom-Words-API.git)
98
108
99
109
OR
100
110
101
111
```html
102
-
- Fork the Repo
103
-
- Login to Vercel (https://vercel.com/dashboard)
104
-
- Click Import Project
105
-
- Give Forked Repo URL
106
-
- Go Live
112
+
- Fork the Repo - Login to Vercel (https://vercel.com/dashboard) - Click Import
113
+
Project - Give Forked Repo URL - Go Live
107
114
```
108
115
109
116
## ✍️ Commit
110
117
111
118
- Stage all changes
119
+
112
120
```
113
121
git add .
114
-
```
122
+
```
123
+
115
124
- Commit the changes
125
+
116
126
```
117
127
yarn commit
118
128
```
129
+
119
130
- Push the changes to GitHub
131
+
120
132
```
121
133
git push <TO YOUR FORK>
122
134
```
123
135
124
136
## ⚛ CREDITS
125
137
126
-
- Thanks to [Santhosh Veer](https://github.com/mskian) for Progressive Web APP - [Source Code](https://github.com/mskian/vue-random-words)
138
+
- Thanks to [Santhosh Veer](https://github.com/mskian) for Progressive Web APP - [Source Code](https://github.com/mskian/vue-random-words)
127
139
128
140
## ☑ LICENSE
129
141
@@ -156,4 +168,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
156
168
157
169
<!-- ALL-CONTRIBUTORS-LIST:END -->
158
170
159
-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
171
+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
0 commit comments