The application is linked to the admin panel via API. When you enter any page, a request is sent to receive all blocks. The application dynamically builds blocks on the page, depending on the server response.
When sending any data collection form, an HTTP request is sent to the telegram bot. Thus, requests from the site end up in your telegram.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
GitHub organization: HxH Agency
VK Group: HxH Agency
Design: Irina Vidyashkina
Developer: Kirill Kireev