This is the basic local path: clone the repository, install dependencies, then run the preview build.
The opening screen above is rendered by the first Markdown block with
root=top, height=100svh, and a transparent navigation surface. It is the
same container implementation documented in the container reference, not a
page-specific Astro hero component.
Clone the project
git clone https://gitea.newkube.ia86.cc/sigMAX/Image_frontmark.git frontmark
cd frontmark
Install dependencies
make install
Preview the site
make preview
By default the preview runs on port 4321. With the current base path, the site is available at:
http://127.0.0.1:4321/frontmark/
Daily loop
Edit Markdown in src/content, update site.config.yaml when the business configuration changes, then run make preview again to rebuild and check the static result.