Skip to content

Commit a9877cd

Browse files
committed
docs: update README
1 parent aa04bc5 commit a9877cd

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,21 @@ You can use the commit [feat: add portuguese translation](https://github.com/abi
5555
npm install
5656
```
5757

58-
## Run development server
58+
## Scripts
5959
```bash
60+
# Start a developement server for the core package
6061
npm run dev -w=core
62+
63+
# Build the core package, required by other packages
64+
npm run build -w=core
65+
66+
# Run the development server of @vue-js-cron/light
6167
npm run dev -w=light
62-
...
68+
69+
# Start a development server of the documentation
6370
cd docs && npm run dev
71+
72+
# Have a look at package.json for more scripts
6473
```
6574

6675
## Test

0 commit comments

Comments
 (0)