2.0.9 • Published 5 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 install
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