Run the following to install Bit:
$npx @teambit/bvm install
For installation troubleshooting, see BVM troubleshooting.
Bit was designed for gradual adoption. It is agnostic to how you structure your project, it conforms to the current dev community standards, and it has a minimal footprint. You can choose to create a new project or add Bit to an existing one.
Start a new component-driven project
Create new components using component templates.
Start from an existing project
Initialize a Bit workspace on an existing project to individually source-control and export components.
Run the following to update Bit to the latest version:
$npx @teambit/bvm upgrade