This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
commit 32e0a91da4a187bbbee490cefcd717a74350e9ed Author: Bruno Scorzafave <[email protected]> AuthorDate: Sat Feb 15 21:51:51 2025 -0300 style: improve code readability with visual formatting --- src/pages/documentation/getting-started.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/documentation/getting-started.mdx b/src/pages/documentation/getting-started.mdx index 2bbb7f3..52568b5 100644 --- a/src/pages/documentation/getting-started.mdx +++ b/src/pages/documentation/getting-started.mdx @@ -88,12 +88,15 @@ To build the basemap locally, navigate to the `basemap` directory at the root of ```bash baremaps workflow execute --file=create.js ``` + Import the data into the database with the following command: ```bash baremaps workflow execute --file=import.js ``` + Refresh the materialized views with the following command: + ```bash baremaps workflow execute --file=refresh.js ```
