2.0.9 • Published 10 months ago

@trii/components v2.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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

10 months ago

2.0.8

10 months ago

2.0.7

10 months ago

2.0.6

10 months ago

2.0.5

10 months ago

2.0.4

10 months ago

2.0.3

10 months ago