Start a new workspace using a workspace starter. For example, the following creates a workspace using the 'basic' starter. It sets my-org.my-scope
as the default scope for components in that workspace
(remote scopes hosted on bit.cloud are prefixed with the scope owner: <owner>.<scope-name>
):
$bit init --default-scope my-org.my-project
See command synopsis
Use Cloud Workspaces
Create a web-based development workspace to create and edit Bit components. Sign up to Bit Cloud to start using Cloud Workspaces for free.
You can view the default component generator templates by running the following command:
$bit templates
Alternatively, start using one of our official starters:
Follow the instructions in the terminal and head to your workspace directory:
$cd my-workspace
Congrats your first workspace is ready ๐๐.