Getting Started

Installation

Install Fring globally to use the CLI from anywhere on your machine.

Requirements

Before installing Fring, make sure you have:

  • Node.js 20 or later
  • npm, pnpm, or Bun
  • Git installed

Install Fring

Install the latest version globally.

npm install -g fring-dev

Verify the installation.

fring --version

Create Your First Project

Start the interactive project generator.

fring new

Fring will guide you through the setup and generate the project based on your selections.

Add Components

If you already have a Fring or Next.js project, you can install Fring packages individually.

fring add table

The CLI will check your project, install the required dependencies, and generate the table components.

Need Help?

If something doesn't work as expected, run the doctor command to inspect your development environment.

fring doctor