Skip to content

Commit

Permalink
adds extra info to installation guide
Browse files Browse the repository at this point in the history
Signed-off-by: Afzal Ansari <[email protected]>
  • Loading branch information
afzal442 committed Jul 31, 2023
1 parent e4192b0 commit 020f4d6
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion docs/pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,34 @@ Before installing Glee into your project, make sure you have pre-installed [Asyn

The best way to get started with Glee is by using AsyncAPI CLI, which sets up everything automatically for you.
To create a project, run:

```sh
asyncapi new glee
```

> For more information on how to install the AsynAPI CLI, you can review the [CLI installation guide](https://www.asyncapi.com/docs/tools/cli/installation).
> For more information on how to install the AsynAPI CLI, you can review the [CLI installation guide](https://www.asyncapi.com/docs/tools/cli/installation).
On installation, you'll find next steps after your project created:

```
Your project "project" has been created successfully!
Next steps:
cd project
npm install
npm run dev
Also, you can already open the project in your favorite editor and start tweaking it
```

On following the next steps, you'll be able to view your application running,
essentiaaly when you run the development server `npm run dev`:

```
> [email protected] dev
> glee dev
TS Compiling TypeScript sources...
```

0 comments on commit 020f4d6

Please sign in to comment.