Skip to content

Latest commit

Β 

History

History
executable file
Β·
112 lines (82 loc) Β· 2.5 KB

File metadata and controls

executable file
Β·
112 lines (82 loc) Β· 2.5 KB

Web-Seite der Alpine Data Ventures

Erstellt auf Basis des Astro-Frameworks inklusive TailwindCSS, TypeScript und React.

Made by Alpine Data Ventures

license code size contributors

πŸ“Œ Key Features

  • πŸ‘₯ Multi-Authors
  • 🎯 Similar Posts Suggestion
  • πŸ” Search Functionality
  • πŸŒ‘ Dark Mode
  • 🏷️ Tags & Categories
  • πŸ”— Netlify setting pre-configured
  • πŸ“ž Support contact form
  • πŸ“± Fully responsive
  • πŸ“ Write and update content in Markdown / MDX
  • πŸ”³ Syntax Highlighting

πŸ“„ 15+ Pre-designed Pages

  • 🏠 Homepage
  • πŸ‘€ About
  • πŸ“ž Contact
  • πŸ‘₯ Authors
  • πŸ‘€ Author Single
  • πŸ“ Blog
  • πŸ“ Blog Single
  • 🚫 Custom 404
  • πŸ’‘ Elements
  • πŸ“„ Privacy Policy
  • 🏷️ Tags
  • 🏷️ Tag Single
  • πŸ—‚οΈ Categories
  • πŸ—‚οΈ Category Single
  • πŸ” Search

πŸ”— Integrations

  • astro/react
  • astro/sitemap
  • astro/tailwind

πŸš€ Getting Started

πŸ“¦ Dependencies

  • astro 4.0+
  • node v20.10+
  • npm v10.2+
  • tailwind v3.3+

πŸ‘‰ Install Dependencies

npm install

πŸ‘‰ Development Command

npm run dev

πŸ‘‰ Build Command

npm run build

πŸ‘‰ Build and Run With Docker

docker build -t astroplate .
# or
# docker --build-arg INSTALLER=npm build -t astroplate .
# or
# docker --build-arg INSTALLER=pnpm build -t astroplate .

docker run -p 3000:80 astroplate
# or
# docker run --rm -p 3000:80 astroplate

To access the shell within the container:

docker run -it --rm astroplate ash

πŸ“ License

Copyright (c) 2024 - Present, Alpine Data Ventures

Code License:

Part of the code is developed by Zeon Studio and released under the MIT license.