Skip to content

Commit 2c16f37

Browse files
authored
Update README.md
1 parent 25ad2db commit 2c16f37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,16 @@ MAILIFYFLOW_NODE_PATH=full-path-to-your-node
108108

109109
Lastly, the system uses jobs, so you will need to run `php artisan queue:work` for the local environment. For production, you will need to use a tool like `supervisor` and Laravel provides [documentation](https://laravel.com/docs/11.x/queues#running-the-queue-worker) for this. Additionally, the system having scheduled commands and you need to setup your server using the provided [guide.](https://laravel.com/docs/11.x/scheduling#running-the-scheduler)
110110

111+
Run the project in local:
112+
```bash
113+
npm run dev
114+
```
115+
116+
If in production, you can build your project using:
117+
```bash
118+
npm run build
119+
```
120+
111121
## Testing
112122

113123
```bash

0 commit comments

Comments
 (0)