Skip to content
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
8 changes: 1 addition & 7 deletions docs/tutorial/learn-faust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,9 @@ The steps below will get you up-and-running with the pre-built app you will use
- Run the command below to set up the example Next.js app we will use for the tutorial.

```sh
npx create-next-app \
-e https://github.com/wpengine/faustjs/tree/canary \
--example-path examples/next/tutorial \
--use-npm
npx degit wpengine/faustjs/examples/next/tutorial faust-tutorial
```

- When asked for the name of your project, enter `faust-tutorial`.
- When asked if it's okay to install the `create-next-app` package, answer `y` to confirm.

### 2. Set up headless WordPress backend

Initial set up steps:
Expand Down