diff --git a/src/build/leo/aleo-sdk/create-aleo-app/installation.md b/src/build/leo/aleo-sdk/create-aleo-app/installation.md index 25267fe..64ce5ff 100644 --- a/src/build/leo/aleo-sdk/create-aleo-app/installation.md +++ b/src/build/leo/aleo-sdk/create-aleo-app/installation.md @@ -1 +1,32 @@ +# Create Aleo App # Installation + + Create Aleo App + +## Scaffolding Your First Aleo Project + +:::note +**Compatibility:** +[Node.js](https://nodejs.org/en/) version 18+ +::: + +With NPM: + +```bash +npm create aleo-app@latest +``` + +1. Enter the project name. +2. This will prompt you to choose a preferred framework from the following options: + - `React` + - `Node.js` + - `Vanilla (JavaScript)` + +3. If you choose `React` as your framework, the supported templates are: + - `JavaScript` + `Leo` + - `TypeScript` + `Leo` + - `TypeScript` + `Next.js` + +## More Information + +Based off of create-vite: https://github.com/vitejs/vite/tree/main/packages/create-vite