Open Issues Need Help
View All on GitHubAI Summary: This task requires generating a React application within an Nx workspace using the `@nx/react` plugin. Then, Storybook (`@storybook/react`) needs to be configured to render a basic React component created within a library. The final step involves demonstrating the component's functionality within Storybook.
AI Summary: The task is to automate the process of adding new contributors to the project's README file. This involves creating a script or workflow that automatically updates the README with the names and contributions of new contributors, likely using data from version control or other contributor tracking systems. The goal is to keep the README up-to-date without manual intervention.
AI Summary: The task is to create a basic documentation page listing contributors for a Vue project within an Nx workspace. This likely involves gathering contributor information (potentially from Git history or other sources) and formatting it into a simple, readable document (e.g., Markdown). The project uses Nx, a build system that may require familiarity with its commands and project structure.
AI Summary: Create a basic documentation page listing contributors for a React project within an Nx workspace. This involves gathering contributor information (likely from Git history) and formatting it for a documentation page. The documentation will likely be integrated into the existing Nx project's documentation.
AI Summary: Create a simple documentation page listing contributors to a Svelte project. This likely involves gathering contributor names and potentially other relevant information (e.g., contribution type or GitHub username) and formatting it into a readable document, possibly using Markdown.
AI Summary: Create a simple documentation page listing contributors for a SolidJS project. This likely involves gathering contributor names and potentially other relevant information (e.g., GitHub usernames, contribution type) and formatting it into a readable document, possibly using Markdown.
AI Summary: Integrate Qwik framework into an existing Nx monorepo, creating a Qwik application, a shared component, and configuring Storybook to render Qwik components. This involves using either the @analogjs/vite-plugin-nx plugin or a custom Vite integration for Qwik.
AI Summary: The task involves creating a new SolidJS application within an Nx workspace using the @nx/vite plugin. A basic component should be built and integrated with Storybook, either using the standard @storybook/html adapter or a SolidJS-specific Storybook solution. The goal is to have a simple component rendered within a Storybook story.
AI Summary: This task requires creating a new Vue 3 application using the `@nx/vue` plugin within an Nx workspace, building a shared component in a library, configuring Storybook for Vue 3 using `@storybook/vue3`, and finally, adding and testing a Vue component story in Storybook. The project utilizes Vite for building.
AI Summary: Integrate Svelte into an Nx workspace using the `@nx/svelte` plugin, create a basic Svelte component within a library, add Storybook support using `@storybook/svelte`, and verify the component renders correctly within Storybook. This involves generating a new Svelte application, creating a component, configuring Storybook, and testing the integration.
AI Summary: This task requires creating a new web application using the Nx `@nx/web` plugin, building a basic component within a library, configuring Storybook to support plain HTML/JS stories, and testing an interactive component within Storybook. The project uses TypeScript and leverages Nx's workspace capabilities.
AI Summary: This task requires setting up an Angular application within an Nx monorepo using the `@nx/angular` plugin. A shared UI library containing a simple component (e.g., a button) should be created and integrated with Storybook to ensure correct rendering. This involves generating the Angular app, configuring Storybook for Angular, and potentially customizing the Storybook theme.