mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
Update deploy guide
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1 align="center">ezProfile</h1>
|
<h1 align="center">ezProfile</h1>
|
||||||
<p align="center"><sup>A modern, responsive and customizable portfolio template for Developers!</sup></p>
|
<p align="center">A modern, responsive and customizable portfolio template for Developers!</p>
|
||||||
<p align="center"><sup>https://arifszn.github.io/ezprofile</sup></p>
|
<p align="center">https://arifszn.github.io/ezprofile</p>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
@@ -392,8 +392,9 @@ Once you are done with your setup and have completed all steps above, you need t
|
|||||||
```
|
```
|
||||||
|
|
||||||
- Run <code>npm run deploy</code>.
|
- Run <code>npm run deploy</code>.
|
||||||
|
- If you see <code>README.md</code> at <code>username.github.io</code>, be sure to change your GitHub Page's source to <code>gh-pages</code> branch. See [how to](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).
|
||||||
|
|
||||||
Your personal portfolio will be live at <code>https://username.github.io</code>. For more info, visit [here](https://create-react-app.dev/docs/deployment/#github-pages).
|
Your personal portfolio will be live at <code>username.github.io</code>. For more info, visit [here](https://create-react-app.dev/docs/deployment/#github-pages).
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -6,7 +6,7 @@
|
|||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@craco/craco": "^6.2.0",
|
"@craco/craco": "^6.2.0",
|
||||||
"@reduxjs/toolkit": "^1.6.1",
|
"@reduxjs/toolkit": "^1.6.1",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "Kickstart your personal portfolio with Github Api and blog",
|
"description": "Kickstart your personal portfolio with Github Api and blog",
|
||||||
"homepage": "https://arifszn.github.io/ezprofile",
|
"homepage": "https://arifszn.github.io/ezprofile",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "Apache-2.0",
|
||||||
"author": "arifszn",
|
"author": "arifszn",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user