diff --git a/docs/api/tooling/create-gear-app.md b/docs/api/tooling/create-gear-app.md index c6633f8..304fd69 100644 --- a/docs/api/tooling/create-gear-app.md +++ b/docs/api/tooling/create-gear-app.md @@ -7,21 +7,15 @@ sidebar_label: Vara React Application Template ## Accelerate Decentralized App Development -For those looking to swiftly launch decentralized applications (dApps) on the Vara network, the Vara React Application Template, also known as `create-vara-app` or `create-gear-app`, offers a pre-configured solution designed to streamline the development process. With its well-thought-out infrastructure and convenient features, this template allows for quick creation and deployment of dApps on the Vara network. +For those looking to swiftly launch decentralized applications (dApps) on the Vara network, the Vara React Application Template (aka `create-vara-app`) offers a pre-configured solution designed to streamline the development process. With its well-thought-out infrastructure and convenient features, this template allows for quick creation and deployment of dApps on the Vara network. The Vara React Application Template is available in two themed variations: - -**Vara**, at [GitHub](https://github.com/gear-foundation/dapps/frontend/templates/create-vara-app), +- **light theme** with Vara logo, [GitHub](https://github.com/gear-foundation/dapps/tree/master/frontend/templates/create-vara-app) +- **dark theme** with Gear logo, [GitHub](https://github.com/gear-foundation/dapps/tree/master/frontend/templates/create-gear-app) | Home Page | Wallet Connection | |------|------| | ![Vara Template Home Page](./img/cva.png) | ![Vara Template Wallet Connection](./img/cva-wallet.png) | - - -and **Gear**, at [GitHub](https://github.com/gear-foundation/dapps/frontend/templates). - -| Home Page | Wallet Connection | -|------|------| | ![Gear Template Home Page](./img/cga.png) | ![Gear Template Wallet Connection](./img/cga-wallet.png) | This template is packed with benefits and features that make it an ideal choice for developers seeking efficiency and simplicity in their dApp development workflow. @@ -42,17 +36,16 @@ The Vara React Application Template is an invaluable resource for developers in ## Installation -Create new project based on Vara template: - -```sh -npx degit gear-foundation/dapps/frontend/templates/create-vara-app dApp -cd dApp -``` +- Create new project based on **light** themed template (Vara): -Create new project based on Gear template: + ```sh + npx degit gear-foundation/dapps/frontend/templates/create-vara-app dApp + cd dApp + ``` +- Create new project based on **dark** themed template (Gear): -```sh -npx degit gear-foundation/dapps/frontend/templates/create-gear-app dApp -cd dApp -``` + ```sh + npx degit gear-foundation/dapps/frontend/templates/create-gear-app dApp + cd dApp + ```