Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-noori committed Jun 10, 2023
1 parent 27d4207 commit 447312d
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,23 @@ Clone this repository to your desired folder:
npx stylelint "**/*.{css,scss}"
npx stylelint "**/*.{css,scss}" --fix

### Deployment
- 1- install `'gh-pages'` with following command:

npm i -D gh-pages

### Deployment
- You can deploy this project using:
- 2- Add `'homepage'` to project's jason file:

npm run build
gh-pages -d build
"homepage": "https://ab-noori.github.oi/repo-name",

- 3- Add the following scripts to project's jason file:

"predeploy": "npm run build",
"deploy": "gh-pages -d build "

- 4- Finally run the following command:

npm run deploy


<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand Down

0 comments on commit 447312d

Please sign in to comment.