2.0.9 • Published 8 months ago
@trii/components v2.0.9
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
- Clone the repository:
git clone https://github.com/yourusername/trii-components.git - Navigate to the project directory:
cd trii-components - Install dependencies:
ornpm installyarn install
Running the Project
To start the development server, run:
npm run storybookor
yarn storybookBuilding the Project
To build the project, run:
npm run buildor
yarn buildUpload build to NPM
To upload the build to NPM, run:
npm publishor
yarn publish