Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Oct 28, 2023
1 parent 3fb16af commit b910bc4
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -61,9 +61,10 @@ We would love to have your contributions! All PRs all welcomed! We need help bui

### Docs

1. Go to the docs directory : `cd docs`
2. Run `pnpm i --ignore-workspace`
3. Run `pnpm run docs:dev`
1. Clone the repo
2. Run `pnpm i`
3. Run `pnpm docs:dev` to run vitepress
4. Open `http://localhost:5173`

### Package

7 changes: 4 additions & 3 deletions packages/radix-vue/README.md
Original file line number Diff line number Diff line change
@@ -61,9 +61,10 @@ We would love to have your contributions! All PRs all welcomed! We need help bui

### Docs

1. Go to the docs directory : `cd docs`
2. Run `pnpm i --ignore-workspace`
3. Run `pnpm run docs:dev`
1. Clone the repo
2. Run `pnpm i`
3. Run `pnpm docs:dev` to run vitepress
4. Open `http://localhost:5173`

### Package

0 comments on commit b910bc4

Please sign in to comment.