mirror of
https://github.com/seigler/presentation-react-state-management
synced 2025-07-27 01:36:09 +00:00
update README
This commit is contained in:
parent
3f4b015a85
commit
17e25752a0
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
@ -16,10 +16,6 @@ NPM scripts (run with <code>npm run <em>scriptname</em></code>)
|
|||
|
||||
Run the project locally at http://localhost:1234 and watch for code changes
|
||||
|
||||
### `publish`
|
||||
|
||||
Runs scripts `clean`, `build`, and `deploy` in order.
|
||||
|
||||
### `clean`
|
||||
|
||||
Deletes `./dist`
|
||||
|
@ -28,6 +24,8 @@ Deletes `./dist`
|
|||
|
||||
Populate `./dist` with a packaged build, ready for upload
|
||||
|
||||
### `deploy`
|
||||
---
|
||||
|
||||
Replace the contents of branch `gh-pages` with the contents of `./dist`
|
||||
### Notes
|
||||
|
||||
Includes a GitHub workflow to automatically build to GitHub Pages. The workflow may require adjusting if your primary branch isn't `main` or the repo isn't named `react-state-management`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue