Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zohaib87 committed Feb 11, 2022
1 parent 0f9e1b8 commit 829fb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is just another WordPress framework. It is built for developers to create a
4. Change `"name"` to your theme name eg: `Xurais` or `Xu Rais` and change the `"proxy"` to your local WordPress site url.
5. Open command line, navigate to project folder and run `npm install` to install dependencies.
6. Now run `npm run init` command to automatically change text-domain, prefixes, DocBlocks etc to your theme name.
7. Run `npm run serve` command to watch your theme files for changes for changes and auto reload browser. ;-)
7. Run `npm run serve` command to watch your theme files for changes and auto reload browser. ;-)
8. Once you have completed your theme run `npm run build` command to generate a clean copy of your theme on desktop. `.pot` file will also be generated inside languages folder.
9. Run `npm run child` to generate child-theme.
10. To stop auto browser reload use `CTRL+C` in windows and `CMD+C` on mac.
Expand Down

0 comments on commit 829fb62

Please sign in to comment.