Skip to content

Commit

Permalink
docs: update contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Apr 4, 2024
1 parent c266b00 commit dbc6c5f
Showing 1 changed file with 27 additions and 24 deletions.
51 changes: 27 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,33 +61,36 @@ export default defineNuxtConfig({
})
```

## Development

```bash
# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint
## Contributing

# Run Vitest
npm run test
npm run test:watch
<details>
<summary>Local development</summary>

# Release new version
npm run release
```
```bash
# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
```

## Contributing
</details>

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.

Expand Down

0 comments on commit dbc6c5f

Please sign in to comment.