Skip to content

Commit

Permalink
Added recomendation to do a npm install before the first build
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomezg committed Nov 20, 2023
1 parent f342aa1 commit 2a9c303
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/meta/modules/ROOT/pages/overview/build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ The prose linter uses rules from third parties distributed via https://vale.sh/h
$ vale sync
----

[.no-prose-lint]
== Install node dependencies

Before building the docs, specially the first time, it is recommended to install the dependencies used by antora and some of the extensions. To install those dependencies, run the following command in the `axoniq-library-site` folder.

[source,console]
---
$ npm install
---


== Build with production configuration

You can build AxonIQ Library locally with the production configuration to ensure you have all the tooling in place and properly configured. To do so, go to the `axoniq-library-site` folder and run the following command.
Expand Down

0 comments on commit 2a9c303

Please sign in to comment.