### Quick Start Installation and Setup
Source: https://gitlab.com/govbr-ds/bibliotecas/wbc/govbr-ds-wbc/-/blob/next/README.md
Follow these commands to clone the repository, install dependencies, and start the development servers for web components and the documentation site.
```bash
# 1) Clonar repositório\ngit clone https://gitlab.com/govbr-ds/bibliotecas/wbc/govbr-ds-wbc.git\ncd govbr-ds-wbc\n\n# 2) Instalar dependências\npnpm install\n\n# 3) Subir dev server dos web components\npnpm start\n\n# 4) Em outro terminal, subir site de docs\npnpm exec nx start site
```
--------------------------------
### Setup Development Environment
Source: https://gitlab.com/govbr-ds/bibliotecas/wbc/govbr-ds-wbc/-/blob/next/CONTRIBUTING.md
Clone the repository, install dependencies, and start the development servers for web components and the documentation site.
```bash
git clone https://gitlab.com/govbr-ds/bibliotecas/wbc/govbr-ds-wbc.git
cd govbr-ds-wbc
pnpm install
pnpm exec nx run webcomponents:start
pnpm exec nx run site:start
```
--------------------------------
### Install Dependencies and Start Project (Inside Container)
Source: https://gitlab.com/govbr-ds/bibliotecas/wbc/govbr-ds-wbc/-/blob/next/README.md
Installs dependencies using pnpm with a frozen lockfile and starts the project. These commands are run inside the development container.
```bash
pnpm install --frozen-lockfile
pnpm start
```
--------------------------------
### Enter Development Container
Source: https://gitlab.com/govbr-ds/bibliotecas/wbc/govbr-ds-wbc/-/blob/next/README.md
Enters the development container. Once inside, you can install dependencies and start the project.
```bash
{docker/podman} compose -f compose.dev.yml exec dev bash
```
--------------------------------
### Link Component - Default Example
Source: https://gitlab.com/govbr-ds/bibliotecas/wbc/govbr-ds-wbc/-/blob/next/apps/site/docs/components/link.mdx
Demonstrates the default usage of the Link component. No specific setup is required beyond importing the component.
```html
This is the card body content. It can contain text, images, or other elements.
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Data 1.1 | Data 1.2 | Data 1.3 |
| Data 2.1 | Data 2.2 | Data 2.3 |
| Data 3.1 | Data 3.2 | Data 3.3 |
Item Selecionável