@harshal.farmsetu/setu-web-library
v0.0.0
Published
FarmSetu component library and business logic
Downloads
3
Readme
Setu Web Library
This web library will have the following:
- UI Components
- UI logic
- Business Logic
Installation
Please follow the following steps to get started with developing the project locally.
1. Clone the repository
Clone the repository with the following command and setup the .env or .env.local file.
git clone https://bitbucket.org/farmsetu/setu-web-library.git2. Install the dependencies
To install all the project dependencies, run the following command:
yarn install // or npm install3. Run Storybook
To view the components in a sandbox, run the following command:
yarn storybookTesting
You can run the tests with the following command:
yarn test-storybookBuild Project
You can build the library with the following command:
yarn buildTechnology stack
- React - UI development library
- Vite - Build tool
- TypeScript - For static typing
- Storybook - For component development, documentation and testing
