2.0.9 • Published 5 months ago

@trii/components v2.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Trii Components

Introduction

This project contains reusable components for the Trii application.

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher) or yarn (v1.22 or higher)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/trii-components.git
  2. Navigate to the project directory:
    cd trii-components
  3. Install dependencies:
    npm install
    or
    yarn install

Running the Project

To start the development server, run:

npm run storybook

or

yarn storybook

Building the Project

To build the project, run:

npm run build

or

yarn build

Upload build to NPM

To upload the build to NPM, run:

npm publish

or

yarn publish
2.0.9

5 months ago

2.0.8

5 months ago

2.0.7

5 months ago

2.0.6

5 months ago

2.0.5

5 months ago

2.0.4

5 months ago

2.0.3

5 months ago