Skip to content

Commit ea7881b

Browse files
fix readme
1 parent 8338baa commit ea7881b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ TODO: Re-record video with new application steps
1010
> Watch a walkthrough of this example here: [Next.js on HarperDB | Step-by-Step Guide for Next Level Next.js Performance](https://youtu.be/GqLEwteFJYY)
1111
-->
1212

13-
This example requires the [Harper Basic Data Example](https://github.com/HarperDB/basic-data-example) in order to function. Please follow the instructions in that repo to set up HarperDB with the necessary data before running this example.
14-
1513
## Get Started
1614

1715
1. Clone this repo locally
@@ -23,10 +21,9 @@ This example requires the [Harper Basic Data Example](https://github.com/HarperD
2321

2422
The easiest way to demonstrate this application remotely is to use the `prebuilt: true` option and the [Harper CLI](https://docs.harperdb.io/docs/deployments/harper-cli#operations-api-through-the-cli).
2523

26-
1. Locally or in a CI environment, load the necessary data ([Harper Basic Data Example](https://github.com/HarperDB/basic-data-example))
27-
2. Create a build using `npm run build`
28-
3. Modify `config.yaml` to include `prebuilt: true` under the `@harperdb/nextjs` component
29-
4. Then deploy the prebuilt application using the Harper CLI:
24+
1. Locally or in a CI environment, create a build using `npm run build`
25+
2. Modify `config.yaml` to include `prebuilt: true` under the `@harperdb/nextjs` component
26+
3. Then deploy the prebuilt application using the Harper CLI:
3027

3128
```bash
3229
harperdb deploy \

0 commit comments

Comments
 (0)