Skip to content

Commit

Permalink
fix(doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbericoD committed Jan 27, 2024
1 parent df763b4 commit e61caa5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,23 @@ About [ CI/CD File.yml](https://raw.githubusercontent.com/AlbericoD/overwolf-mod

![label](./doc/ci-3.png)

### Commands

> The following commands are available in your project:
| Command | Description |
| ----------------------------- | ----------------------------------------------------------------------------- |
| `npm run start` | Starts the development server. |
| `npm run build` | Bundles the app into static files for production. |
| `npm run test` | Starts the test runner. |
| `npm run start-remote-server` | Starts the server that bridges the remote redux and the overwolf application. |
| `npm run build:overwolf` | Bundles the app into static files for production. |
| `npm run lint` | Runs the linter. |
| `npm run format` | Runs the code formatter. |
| `npm run pre-build` | Runs the pre-build script. |
| `npm run post-build` | Runs the post-build script. |
| `npm run package-overwolf` | Runs the package-overwolf script. |

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Expand Down

0 comments on commit e61caa5

Please sign in to comment.