@spaceandtimelabs/dapp-mi-components
v0.82.0-beta.26
Published
It is a react-based web application that uses components Material Ui components for user interface. The components are reusable, and the story book is also available for these components.
Readme
SXT-DAPP-MI-COMPONENTS
It is a react-based web application that uses components Material Ui components for user interface. The components are reusable, and the story book is also available for these components.
Prerequisites
- node:(10.2.3)
- NPM:(18.19.0)
Setup
- You should have access to this repository, command to clone the repository:
git clone https://github.com/spaceandtimelabs/dapp-mi-components.git - After that, switch branch by using command
git checkout dev - Install dependencies by using command
yarn add dependency_name. - To run current development, use command
yarn dev.
Installation
yarn install- Copy the values from
.env.sampleinto a new file.env
Obs: the items
VITE_MI_API_BASE_URLandVITE_MI_BASE_WS_URLare duplicated (choose the local or staging values)
Running Project locally
yarn dev- To manually run the project open any browser and type this URL:
http://localhost:5173/
Building storybook for deployment
yarn run build-storybook
Running Storybook locally
yarn run storybook
