You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,6 @@ TODO: Re-record video with new application steps
10
10
> 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)
11
11
-->
12
12
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
-
15
13
## Get Started
16
14
17
15
1. Clone this repo locally
@@ -23,10 +21,9 @@ This example requires the [Harper Basic Data Example](https://github.com/HarperD
23
21
24
22
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).
25
23
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:
0 commit comments