# modern-storybook-bug **Repository Path**: dext7r/modern-storybook-bug ## Basic Information - **Project Name**: modern-storybook-bug - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dependabot/npm_and_yarn/ws-6.2.3 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-29 - **Last Updated**: 2025-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Modern.js Package ## Setup Install the dependencies: ```bash pnpm run install ``` ## Get Started Run and debug the module: ```bash pnpm run dev ``` Run test cases: ```bash pnpm run test ``` Build the module for production: ```bash pnpm run build ``` Enable optional features: ```bash pnpm run new ``` Other commands: ```bash pnpm run lint # Lint and fix source files pnpm run change # Add a new changeset pnpm run bump # Update version and changelog via changeset pnpm run release # Release the package ``` For more information, see the [Modern.js Module documentation](https://modernjs.dev/module-tools/en).