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: docs/getting-started/README.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,35 @@ Follow the steps in this documentation to discover how Harper can simplify your
7
7
For more advanced concepts in Harper, see our [blog](https://www.harpersystems.dev/blog).
8
8
9
9
## Harper Basics
10
-
<tabledata-column-title-hiddendata-view="cards"><thead><tr><th></th><th></th><thdata-hidden></th><thdata-hiddendata-card-targetdata-type="content-ref"></th></tr></thead><tbody><tr><td><ahref="getting-started/install-harper.md"><strong>Install Harper</strong></a></td><td>Pick the installation method that best suits your environment</td><td></td><td><ahref="getting-started/install-harper.md">install-harper</a></td></tr><tr><td><ahref="getting-started/what-is-harper.md"><strong>What is Harper</strong></a></td><td>Learn about Harper, how it works, and some of its usecases</td><td></td><td><ahref="getting-started/what-is-harper.md">what-is-harper</a></td></tr><tr><td><ahref="getting-started/harper-concepts.md"><strong>Harper Concepts</strong></a></td><td>Learn about Harper's fundamental concepts and how they interact</td><td></td><td><ahref="getting-started/harper-concepts.md">harper-concepts</a></td></tr></tbody></table>
Copy file name to clipboardExpand all lines: docs/getting-started/install-harper.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
There are three ways to install a Harper instance: using a package manager like NPM, deploying it as a Docker container, and offline installation. Below is a step-by-step tutorial for each method.
4
4
5
5
## Installing via NPM
6
-
Before you begin, ensure you have [Node.js](https://nodejs.org/)installed (v22 or newer is recommended). Node.js comes with npm, which will be used to install Harper.
6
+
Before you begin, ensure you have [Node.js](https://nodejs.org/)LTS version or newer. Node.js comes with npm, which will be used to install Harper.
7
7
8
8
Open your terminal or command prompt and install Harper globally by executing the command below. Installing globally allows the `harperdb` command to be accessible from anywhere on your machine, making it easier to manage multiple projects.
0 commit comments