Getting Started with OpenReactHub

Welcome to OpenReactHub! This guide will help you set up and start using our open-source React and Next.js component library in your projects.

Quickstart

The fastest way to get started with OpenReactHub is to use our CLI tool. Follow these steps:

  1. Install the OpenReactHub CLI globally:

  2. Create a new project:

    This command will create a new Next.js project with OpenReactHub pre-configured.

  3. Navigate to your project directory:

  4. Start the development server:

That's it! Your new OpenReactHub project is now running at http://localhost:3000.

What's Included

The created project comes with an example component that demonstrates how to use OpenReactHub components:

This component is already imported and used in your src/app/page.tsx file.

Explore Components

Discover the full range of components available in OpenReactHub.

View Components

Read the Docs

Dive deeper into OpenReactHub's features and capabilities.

Explore Documentation