Skip to content

Commit

Permalink
Merge pull request #747 from lowbits/patch-1
Browse files Browse the repository at this point in the history
docs(fix): Remove Remix references from nuxt.mdx
  • Loading branch information
scopsy authored Dec 11, 2024
2 parents d2de7af + fd4b7b2 commit b9494c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quickstart/nuxt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ In this guide, we will add a Novu [Bridge Endpoint](/concepts/endpoint) to a Nux
</Step>

<Step title="Start your application">
To start your Remix server with the Novu Endpoint configured, run the following command:
Start your Nuxt application with the Novu Endpoint configured.

```bash
cd my-novu-app && npm run dev
```

If your Remix application is running on other than `4000` port, restart the `npx novu dev` command with the port:
Nuxt application default port is 3000. For that to work, restart Novu Studio and point it to the right port:

```bash
npx novu@latest dev --port <YOUR_REMIX_PORT>
npx novu@latest dev --port <YOUR_NUXT_PORT>
```
</Step>
<TestStep framework="Remix" />
<TestStep framework="Nuxt" />
<DeployApp />

</Steps>
Expand Down

0 comments on commit b9494c0

Please sign in to comment.