Create a workspace

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
Copiedcopy
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
Copiedcopy

Alternatively, start using one of our official starters:

Follow the instructions in the terminal and head to your workspace directory:

$cd my-workspace
Copiedcopy

Congrats your first workspace is ready ๐ŸŽ‰๐ŸŽ‰.

What's next