diff --git a/README.md b/README.md index 598d342..7c3d072 100644 --- a/README.md +++ b/README.md @@ -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 +
+ Local development -# 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 +
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.