Installation

Installation guide for InteraUI.

Setting up InteraUI is simple and flexible. You can install it via npm/yarn or clone the repository for local development. Ensure you have Node.js version 18 or higher for optimal performance.

Install via npm/yarn/pnpm

To install InteraUI in your React or Next.js project, use one of the following commands:

npm install @elizabthpazp/intera-ui

or

yarn add @elizabthpazp/intera-ui

or

pnpm add @elizabthpazp/intera-ui

Clone Repository

If you prefer working with the source code, you can clone the GitHub repository and set up the project manually.

1

Step 1: Clone the Repository

Clone the intera-ui repository from GitHub:

git clone https://github.com/elizabthpazp/intera-ui.git
2

Step 2: Navigate into the Project

After cloning, move into the project directory:

cd intera-ui
3

Step 3: Install Dependencies

Install all necessary dependencies with npm:

npm install
4

Step 4: Start the Development Server

Launch the development server to test the library locally:

npm run dev

With this setup, you'll have InteraUI ready to enhance your UI development efficiently!