2.0.3 • Published 3 months ago

vitenextui-kit v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Logo

InTree - npm package publisher (vite + react & tailwindcss 2024)

InTree is a React component library built with Vite and styled with Tailwind CSS.

Installation

To use InTree in your project, you can install it via Git Repo:

https://github.com/gravitguru/InTree

Navigate to the project directory:

cd InTree

Install dependencies:

npm install

Edit the components in src/components.

Start the development server:

npm run dev

Visit http://localhost:8000 in your browser to preview your changes.

Publisher method - Login to npm:

Ensure that you are logged in to your npm account. If you are not logged in, you can use the following command to log in:

npm login

You'll be prompted to enter your username, password, and email.

Increment Version: Update the version of your package in the package.json file. You can manually change the version or use the npm version command to update it. For example:

npm version patch

This command will increment the patch version. You can also use minor or major depending on the nature of your changes.

Build Your Project:

npm run build

Publish to npm:

npm publish --access public

he --access public flag ensures that your package is publicly accessible.

Verify the Publication:

npm install @your-username/in-tree

Make sure to replace your-username with your actual npm username. Additionally, ensure that your README file and package metadata (package.json) provide accurate and helpful information for users.

Contribution

If you want to contribute to InTree, feel free to open an issue or submit a pull request. We welcome contributions from the community!

Authors

Tech Stack

Client: React, Vite, TailwindCSS

Server: Node

InTree

InTree is a versatile React component library, leveraging Vite for fast development and Tailwind CSS for stylish designs. Simplify UI development by easily integrating and customizing components.

Conclusion

InTree streamlines React project development, offering a blend of speed, style, and flexibility. Explore the components, contribute to the project, and enhance your React applications with ease.

Support

For support, email gravitguru@gmail.com or join our discord Team.

Thank you 👋