Skip to content

Commit

Permalink
update: getting-started
Browse files Browse the repository at this point in the history
  • Loading branch information
dreyfus92 committed May 9, 2024
1 parent 541cf2b commit 6aea24f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions www/docs/src/content/docs/start-here/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ Once created, you'll be able to access the Astro Studio dashboard and manage you

There are two ways to create a project in Astro Studio:

1. [**Use the Astro Studio web UI**](https://studio.astro.build) to create from a new or existing GitHub repository.
To get started go to your personal dashboard within Studio and click the "Start a Project" button and follow the instructions. Astro Studio will connect to your GitHub repository and create a new hosted database for your project.

To get started, click the "Start a Project" button and follow the instructions. Astro Studio will connect to your GitHub repository and create a new hosted database for your project.

2. **Use the Astro Studio CLI** to create from any local Astro project. You can run the following commands to get started:
**Use the Astro Studio CLI** to create from any local Astro project. You can run the following commands to get started:

<PackageManagerTabs>
<Fragment slot="npm">
Expand Down Expand Up @@ -113,17 +111,17 @@ To add the Astro StudioCMS integration to your project, you'll need to install t
<PackageManagerTabs>
<Fragment slot="npm">
```shell
npm astro add @astrolicious/studiocms
npm astro add @astrolicious/studiocms db node
```
</Fragment>
<Fragment slot="pnpm">
```shell
pnpm astro add @astrolicious/studiocms
pnpm astro add @astrolicious/studiocms db node
```
</Fragment>
<Fragment slot="yarn">
```shell
yarn astro add @astrolicious/studiocms
yarn astro add @astrolicious/studiocms db node
```
</Fragment>
</PackageManagerTabs>
Expand Down

0 comments on commit 6aea24f

Please sign in to comment.