Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/en/05_Developing Capabilities/apps/creating-an-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ deno run -A -r https://deco.cx/start
This command will initialize a new deco App project in your current directory.
Choose a meaningful name for your app when prompted.

You can also create a fork of the [app-template](https://github.com/deco-cx/app-template) and clone the repository to your computer.

Remember to edit the `bundle` task in the `deno.json` file, replacing `app-template` with the name of your app.

## Step 2: Navigate to Your deco App Directory

After the initialization is complete, navigate to your deco App directory using
Expand Down
5 changes: 5 additions & 0 deletions docs/pt/05_developing_capabilities/apps/creating-an-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ deno run -A -r https://deco.cx/start
Este comando inicializará um novo projeto de App deco no diretório atual.
Escolha um nome significativo para o seu app quando solicitado.

Você também pode criar um fork do [app-template](https://github.com/deco-cx/app-template) e clonar o repositório em seu computador.

Lembre-se de editar a task `bundle` no arquivo `deno.json`, trocando `app-template` pelo nome do seu app.


## Passo 2: Navegando até o Diretório do App deco

Após a inicialização ser concluída, navegue até o diretório do seu App deco
Expand Down
4 changes: 4 additions & 0 deletions en/developing-capabilities/apps/creating-an-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ deno run -A -r https://deco.cx/start
This command will initialize a new deco App project in your current directory.
Choose a meaningful name for your app when prompted.

You can also create a fork of the [app-template](https://github.com/deco-cx/app-template) and clone the repository to your computer.

Remember to edit the `bundle` task in the `deno.json` file, replacing `app-template` with the name of your app.

## Step 2: Navigate to Your deco App Directory

After the initialization is complete, navigate to your deco App directory using
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start": "node gen.mjs && pnpx mintlify dev"
},
"dependencies": {
"mintlify": "^4.0.351"
"mintlify": "^4.0.267"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
4 changes: 4 additions & 0 deletions pt/developing-capabilities/apps/creating-an-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ deno run -A -r https://deco.cx/start
Este comando inicializará um novo projeto de App deco no diretório atual.
Escolha um nome significativo para o seu app quando solicitado.

Você também pode criar um fork do [app-template](https://github.com/deco-cx/app-template) e clonar o repositório em seu computador.

Lembre-se de editar a task `bundle` no arquivo `deno.json`, trocando `app-template` pelo nome do seu app.

## Passo 2: Navegando até o Diretório do App deco

Após a inicialização ser concluída, navegue até o diretório do seu App deco
Expand Down