From 08f3be87f4507f9a0008bd0eb0c8e4492e0c8f37 Mon Sep 17 00:00:00 2001 From: Frank Chen Date: Wed, 4 Oct 2023 12:57:28 -0700 Subject: [PATCH] update installation scripts, title change for tutorial to match syntax --- .../sdk/create-aleo-app/00_app_installation.md | 18 ++++-------------- .../sdk/create-aleo-app/01_create_aleo_app.md | 4 ++-- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/documentation/sdk/create-aleo-app/00_app_installation.md b/documentation/sdk/create-aleo-app/00_app_installation.md index 687535e64..b72627c6d 100644 --- a/documentation/sdk/create-aleo-app/00_app_installation.md +++ b/documentation/sdk/create-aleo-app/00_app_installation.md @@ -21,21 +21,11 @@ npm create aleo-app@latest Then follow the prompts! -You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold an Aleo + React project, run: - -```bash -# npm 6.x -npm create aleo-app@latest aleo-project --template react - -# npm 7+, extra double-dash is needed: -npm create aleo-app@latest aleo-project -- --template react -``` - Currently supported template presets include: -- `vanilla` (javascript) -- `react` - -You can use `.` for the project name to scaffold in the current directory. +- `react` + `javascript` +- `react` + `javascript` + `leo` +- `node` + `javascript` +- `vanilla (javascript)` ## More Information diff --git a/documentation/sdk/create-aleo-app/01_create_aleo_app.md b/documentation/sdk/create-aleo-app/01_create_aleo_app.md index d8ed25a89..2552d9753 100644 --- a/documentation/sdk/create-aleo-app/01_create_aleo_app.md +++ b/documentation/sdk/create-aleo-app/01_create_aleo_app.md @@ -1,7 +1,7 @@ --- id: tutorial -title: Create Aleo App - React Leo Tutorial -sidebar_label: React + Leo Tutorial +title: Create Aleo App - React + JS + Leo Tutorial +sidebar_label: React + JS + Leo Tutorial --- Create Aleo App