This project contains self created components stored in my Bit cloud
The project is using the bit.dev tool to create the packages which will be used as dependencies on the React projects
First, we need to install the bit
cli
npx @teambit/bvm install
Run bit install
:
bit install
Next, to start the user interface, run bit start
and open localhost:3000:
bit start