Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
abichinger committed Apr 6, 2024
1 parent aa04bc5 commit a9877cd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,21 @@ You can use the commit [feat: add portuguese translation](https://github.com/abi
npm install
```

## Run development server
## Scripts
```bash
# Start a developement server for the core package
npm run dev -w=core

# Build the core package, required by other packages
npm run build -w=core

# Run the development server of @vue-js-cron/light
npm run dev -w=light
...

# Start a development server of the documentation
cd docs && npm run dev

# Have a look at package.json for more scripts
```

## Test
Expand Down

0 comments on commit a9877cd

Please sign in to comment.