Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/get-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ curl -L "https://nitric.io/install?version=latest" | bash

The Nitric CLI's `new` command provides prompts to scaffold new projects from templates. Here's an example of creating a new project from a template:

<Tabs syncKey="lang">
<CodeTabs>

<TabItem label="TypeScript">

Expand Down Expand Up @@ -86,11 +86,11 @@ nitric new hello-world dart-starter

</TabItem>

</Tabs>
</CodeTabs>

Navigate to the new project directory and install the dependencies:

<Tabs syncKey="lang">
<CodeTabs>

<TabItem label="TypeScript">

Expand Down Expand Up @@ -149,11 +149,11 @@ dart pub get

</TabItem>

</Tabs>
</CodeTabs>

Your project should now look like this:

<Tabs syncKey="lang">
<CodeTabs>

<TabItem label="TypeScript">

Expand Down Expand Up @@ -226,7 +226,7 @@ Your project should now look like this:

</TabItem>

</Tabs>
</CodeTabs>

## Running the app locally

Expand Down
Loading